org.simantics.databoard.annotations
Annotation Type ComponentType


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ComponentType

Specifies the component type of a List


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

Element Detail

value

public abstract java.lang.Class<?> value