Uses of Class
org.codehaus.plexus.metadata.ann.AnnField
-
Packages that use AnnField Package Description org.codehaus.plexus.metadata.ann org.codehaus.plexus.metadata.gleaner -
-
Uses of AnnField in org.codehaus.plexus.metadata.ann
Fields in org.codehaus.plexus.metadata.ann with type parameters of type AnnField Modifier and Type Field Description private java.util.Map<java.lang.String,AnnField>
AnnClass. fields
Methods in org.codehaus.plexus.metadata.ann that return types with arguments of type AnnField Modifier and Type Method Description java.util.Map<java.lang.String,AnnField>
AnnClass. getFields()
Methods in org.codehaus.plexus.metadata.ann with parameters of type AnnField Modifier and Type Method Description void
AnnClass. addField(AnnField field)
-
Uses of AnnField in org.codehaus.plexus.metadata.gleaner
Methods in org.codehaus.plexus.metadata.gleaner with parameters of type AnnField Modifier and Type Method Description private PlexusConfiguration
AnnotationComponentGleaner. findConfiguration(AnnField field, AnnClass c, java.lang.ClassLoader cl)
private ComponentRequirement
AnnotationComponentGleaner. findRequirement(AnnField field, AnnClass annClass, java.lang.ClassLoader cl)
-