Annotation Interface SimpleName


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface SimpleName
Annotation to specify a custom simple name for a class.
Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The custom simple name to use for the annotated class.
  • Element Details

    • value

      String value
      The custom simple name to use for the annotated class.
      Returns:
      the custom simple name