Annotation Interface ShortTypeName


@Target(TYPE) @Retention(RUNTIME) public @interface ShortTypeName
This is a helper annotation that can be used to override how this type is displayed in error messages and debug graphs.

Packages and enclosing classes are stripped off for readability, but if you have multiple types with the same name in different packages you can override their display name by applying this annotation.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details