Class ItemsAnnotation

java.lang.Object
org.apache.juneau.annotation.ItemsAnnotation

public class ItemsAnnotation extends Object
Utility classes and methods for the @Items annotation.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • create

      Instantiates a new builder for this class.
      Returns:
      A new builder object.
    • empty

      public static boolean empty(Items a)
      Returns true if the specified annotation contains all default values.
      Parameters:
      a - The annotation to check.
      Returns:
      true if the specified annotation contains all default values.