Annotation Interface TreeHook.Metadata

Enclosing interface:
TreeHook

@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
    An interface describing the configuration of the node.
  • Element Details

    • configClass

      Class<?> configClass
      An interface describing the configuration of the node. The interface should contain methods annotated with. Attribute.
      Returns:
      The config class.