ix.util.reflect
Annotation Type ElementClass


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
@Documented
public @interface ElementClass

Annotation for indicating the class of elements of a collection. The value is a class.


Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value