Annotation Interface ContainerDescription


@Retention(RUNTIME) @Target(TYPE) public @interface ContainerDescription
A description of the container...
Author:
Kevin Goeser
  • Element Details

    • name

      String name
      Returns:
      The name of the container.
    • pluginID

      String pluginID
      Returns:
      TODO the name of the plug-in, this container belongs to.
    • description

      String description
      Returns:
      The description of the container.
      Default:
      ""
    • validatorClass

      String validatorClass
      Returns:
      The canonical class name of a validator.
      Default:
      "asdf"