| org.ow2.easybeans.deployment.annotations.analyzer.ObjectArrayAnnotationVisitor
ObjectArrayAnnotationVisitor | abstract public class ObjectArrayAnnotationVisitor extends AbsAnnotationVisitor implements AnnotationVisitor,AnnotationType(Code) | | This class manages the handling of Array[] type like String[] value().
< Parameters: T - > the type of annotation metadata.< Parameters: V - > the type of class / erasure (for values). author: Florent Benoit |
ObjectArrayAnnotationVisitor | public ObjectArrayAnnotationVisitor(T annotationMetadata)(Code) | | Constructor.
Parameters: annotationMetadata - linked to an annotation metadata. |
getArrayObjects | public List<V> getArrayObjects()(Code) | | list of objects |
init | public void init()(Code) | | Init method.
|
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. |
|
|