Annotation Type Kind


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Kind
    Allows to specify which Kind value should be used to refer to instance of the annotated class. If not provided, a default value is computed based on the annotated class name. See HasMetadata#getKind for more details.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value