| org.ow2.easybeans.deployment.annotations.analyzer.ObjectAnnotationVisitor
ObjectAnnotationVisitor | abstract public class ObjectAnnotationVisitor extends AbsAnnotationVisitor implements AnnotationVisitor,AnnotationType(Code) | | This class manages the handling of single type like String name().
< Parameters: T - > the type of annotation metadata.< Parameters: V - > the type of class / erasure (for values). author: Florent Benoit |
ObjectAnnotationVisitor | public ObjectAnnotationVisitor(T annotationMetadata)(Code) | | Constructor.
Parameters: annotationMetadata - linked to a metadata. |
getValue | public V getValue()(Code) | | value of the object |
visit | public void visit(String name, Object value)(Code) | | Visits a primitive value of the annotation.
Parameters: name - the value name. Parameters: value - the actual value, whose type must be Byte,Boolean, Character, Short,Integer, Long, Float, Double,String or org.ow2.easybeans.asm.Type. |
|
|