Annotation Interface TreeHook.Metadata
- Enclosing interface:
- TreeHook
Annotation that describes the metadata of the node.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<?>
An interface describing the configuration of the node.
-
Element Details
-
configClass
Class<?> configClassAn interface describing the configuration of the node. The interface should contain methods annotated with.Attribute
.- Returns:
- The config class.
-