Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
com.github.wuic.config |
This package contains all the API elements to make objects configurable.
|
com.github.wuic.util |
Utility package where helper methods are defined.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationScanner.scan(String basePackage,
AnnotationProcessor... processors)
Scan the given base package to detect any type asked by the specified
processors . |
Modifier and Type | Class and Description |
---|---|
class |
ObjectBuilderFactory<T>
This factory creates builder for a particular type of object.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationDetectorScanner.scan(String basePackage,
AnnotationProcessor... processors)
Scan the given base package to detect any type asked by the specified
processors . |
Copyright © 2012-2015. All Rights Reserved.