Annotation Interface Type


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface Type
Annotates the Psylla types attaching the name to the type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name under which the type is visible to the Psylla interpreter.
  • Element Details

    • value

      String value
      Returns the name under which the type is visible to the Psylla interpreter.
      Returns:
      the name under which the type is visible to the Psylla interpreter