be.objectify.led
Annotation Type GenericTypes


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

Indicates the generic parameter types of a class.

Author:
Steve Chaloner

Required Element Summary
 Class[] value
          The generic parameter types of the class.
 

Element Detail

value

public abstract Class[] value
The generic parameter types of the class.

Returns:
the generic parameter types of the class


Copyright © 2010 Objectify. All Rights Reserved.