Annotation Interface HttpMethodConstraint


@Documented @Retention(RUNTIME) public @interface HttpMethodConstraint
The HttpMethodConstraint API.
Author:
Manfred Riem ([email protected])
  • Element Details

    • value

      String value
      Returns the method name.
      Returns:
      the method name
    • emptyRoleSemantic

      Returns the EmptyRoleSemantic.
      Returns:
      the EmptyRoleSemantic
      Default:
      PERMIT
    • rolesAllowed

      String[] rolesAllowed
      Returns the roles allowed.
      Returns:
      the roles allowed
      Default:
      {}
    • transportGuarantee

      Returns the TransportGuarantee.
      Returns:
      the TransportGuarantee
      Default:
      NONE