org.simantics.databoard.annotations
Annotation Type Arguments


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Arguments

Specifies the class argument type, for e.g. a List, or a Map.


Required Element Summary
 java.lang.Class<?>[] value
           
 

Element Detail

value

public abstract java.lang.Class<?>[] value