de.grogra.xl.modules
Annotation Type InstantiationProducerType


@Retention(value=SOURCE)
@Target(value={PACKAGE,TYPE,METHOD,CONSTRUCTOR})
public @interface InstantiationProducerType


Required Element Summary
 java.lang.Class<?> value
          Returns the class of producers of instantiaton rules for this model.
 

Element Detail

value

public abstract java.lang.Class<?> value
Returns the class of producers of instantiaton rules for this model. This is used for the implicit parameter of instantiation methods.

Returns:
the class of instantiation producers