Annotation Interface LanguageAnnotation


@Retention(RUNTIME) @Documented @Target(ANNOTATION_TYPE) public @interface LanguageAnnotation
Base annotation for languages.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • language

      String language
    • factory

      Class<?> factory
      Default:
      java.lang.Object.class