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

All Superinterfaces:
HasName
All Known Subinterfaces:
SpiMetaAnnotation.SpiProperty
All Known Implementing Classes:
BcelProperty
Enclosing interface:
MetaAnnotation

public static interface MetaAnnotation.Property
extends HasName

Metadata about an Annotation property


Method Summary
 Object getValue()
          Get the property value.
 
Methods inherited from interface org.apache.commons.classscan.HasName
getName
 

Method Detail

getValue

Object getValue()
Get the property value. This will be



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