Annotation Interface Lang4jConfig.Model

Enclosing class:
Lang4jConfig

public static @interface Lang4jConfig.Model
Add configuration for the given model.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The implementation of the model.
    The kind of model.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • kind

      Class<?> kind
      The kind of model.
      Returns:
      The model kind.
    • impl

      Class<?> impl
      The implementation of the model.
      Returns:
      The implementation of the model.
    • defaultModelName

      String defaultModelName
      Returns:
      The model name to default to.
      Default:
      ""