Class RestOpAnnotation

java.lang.Object
org.apache.juneau.rest.annotation.RestOpAnnotation

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

    • DEFAULT

      public static final RestOp DEFAULT
      Default value
    • REST_OP_GROUP

      public static final Predicate<AnnotationInfo<?>> REST_OP_GROUP
      Predicate that can be used to filter annotation streams.

      Example: classInfo.getAnnotations().stream().filter(REST_OP_GROUP)

  • Constructor Details

  • Method Details