Annotation Type Plural


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Plural
    Allows to specify the plural form associated with a Custom Resource. If not provided, it will default to a computed value. See CustomResource#getPlural for more details.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value