Uses of Class
org.codehaus.plexus.metadata.ann.AnnClass
Packages that use AnnClass
-
Uses of AnnClass in org.codehaus.plexus.metadata.ann
Fields in org.codehaus.plexus.metadata.ann declared as AnnClassModifier and TypeFieldDescriptionprivate final AnnClass
AnnReader.annClass
private final AnnClass
AnnField.owner
private final AnnClass
AnnMethod.owner
Methods in org.codehaus.plexus.metadata.ann that return AnnClassConstructors in org.codehaus.plexus.metadata.ann with parameters of type AnnClass -
Uses of AnnClass in org.codehaus.plexus.metadata.gleaner
Methods in org.codehaus.plexus.metadata.gleaner that return AnnClassModifier and TypeMethodDescriptionprivate AnnClass
AnnotationComponentGleaner.readClass
(String className, ClassLoader cl) private AnnClass
AnnotationComponentGleaner.readClass2
(String className, ClassLoader cl) Methods in org.codehaus.plexus.metadata.gleaner that return types with arguments of type AnnClassModifier and TypeMethodDescriptionAnnotationComponentGleaner.getClasses
(AnnClass annClass, ClassLoader cl) Returns a list of all of the classes which the given type inherits from.Methods in org.codehaus.plexus.metadata.gleaner with parameters of type AnnClassModifier and TypeMethodDescriptionprivate PlexusConfiguration
AnnotationComponentGleaner.findConfiguration
(AnnField field, AnnClass c, ClassLoader cl) private ComponentRequirement
AnnotationComponentGleaner.findRequirement
(AnnField field, AnnClass annClass, ClassLoader cl) AnnotationComponentGleaner.getClasses
(AnnClass annClass, ClassLoader cl) Returns a list of all of the classes which the given type inherits from.