Package | Description |
---|---|
org.jboss.papaki |
This is the main package of the Papaki project.
|
org.jboss.papaki.impl |
Contains the implementation of the core project classes.
|
Modifier and Type | Method and Description |
---|---|
Settings |
Settings.foldAnnotations(boolean fold)
Fold annotations on to classes that extends/implements the class
where the annotation is located - default: true
|
Settings |
Settings.includeAbstract(boolean include)
Include abstract classes in the result of hasAnnotation/getAnnotation -
default: false
|
Settings |
AnnotationRepository.settings()
Get the settings for repository
|
Modifier and Type | Class and Description |
---|---|
class |
SettingsImpl
Represents the settings for an annotation repository
|
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsImpl.foldAnnotations(boolean fold)
Fold annotations on to classes that extends/implements the class
where the annotation is located
|
protected Settings |
AbstractAnnotationScanner.getSettings()
Get the settings for an annotation repository
|
Settings |
SettingsImpl.includeAbstract(boolean include)
Include abstract classes in the result of hasAnnotation/getAnnotation -
default: false
|
Settings |
AnnotationRepositoryImpl.settings()
Get the settings for repository
|
Constructor and Description |
---|
AnnotationRepositoryImpl(java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> annotationToClasses,
java.util.Map<java.lang.String,ClassInfo> classInfo,
Settings settings)
Constructor
|
Copyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)