Annotation Type TreeHook.Metadata
- 
@Retention(RUNTIME) @Target(TYPE) public static @interface TreeHook.Metadata
Annotation that describes the metadata of the node. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<?>configClassAn interface describing the configuration of the node. 
 - 
 
- 
- 
Element Detail
- 
configClass
Class<?> configClass
An interface describing the configuration of the node. The interface should contain methods annotated with.Attribute. 
 - 
 
 -