org.loom.annotation
Annotation Type RetrieveEntities


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Documented
public @interface RetrieveEntities

A field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once. This is expected to change for java 7.


Required Element Summary
 RetrieveEntity[] value
           
 

Element Detail

value

public abstract RetrieveEntity[] value