Uses of Interface
org.apache.commons.classscan.model.MetaAnnotation.Property

Packages that use MetaAnnotation.Property
org.apache.commons.classscan.bcel This package is an implementation of the org.apache.commons.classscan interfaces. 
org.apache.commons.classscan.model The model package contains metadata classes which allow client programs to introspect class information about annotations, methods, and fields without having the jvm load and resolve the class. 
org.apache.commons.classscan.spi.model The spi.model package contains metadata classes which allow the providers to give class information about annotations, methods, and fields. 
 

Uses of MetaAnnotation.Property in org.apache.commons.classscan.bcel
 

Classes in org.apache.commons.classscan.bcel that implement MetaAnnotation.Property
 class BcelProperty
           
 

Methods in org.apache.commons.classscan.bcel that return MetaAnnotation.Property
 MetaAnnotation.Property BcelAnnotation.getProperty(String propertyName)
           
 

Methods in org.apache.commons.classscan.bcel that return types with arguments of type MetaAnnotation.Property
 Set<? extends MetaAnnotation.Property> BcelAnnotation.getProperties()
           
 

Uses of MetaAnnotation.Property in org.apache.commons.classscan.model
 

Methods in org.apache.commons.classscan.model that return MetaAnnotation.Property
 MetaAnnotation.Property MetaAnnotation.getProperty(String propertyName)
          Get a single property of the corresponding Annotation
 

Methods in org.apache.commons.classscan.model that return types with arguments of type MetaAnnotation.Property
 Set<? extends MetaAnnotation.Property> MetaAnnotation.getProperties()
          Get metadata about the properties of the corresponding Annotation
 

Uses of MetaAnnotation.Property in org.apache.commons.classscan.spi.model
 

Subinterfaces of MetaAnnotation.Property in org.apache.commons.classscan.spi.model
static interface SpiMetaAnnotation.SpiProperty
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.