jass.modern
Annotation Type Model


@Documented
@Target(value=TYPE)
public @interface Model

The definition of the model variable which consists of a name() and a type().

Author:
riejo

Required Element Summary
 String name
           
 Class<?> type
           
 

Element Detail

name

public abstract String name
Returns:
Returns the name of the model variable.

type

public abstract Class<?> type
Returns:
Returns the type of the model variable.