Class RestAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class.static class
AppliesRest
annotations to aRestContext.Builder
.static class
AppliesRest
annotations to aRestOpContext.Builder
. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestAnnotation.Builder
create()
Instantiates a new builder for this class.static RestAnnotation.Builder
Instantiates a new builder for this class.static RestAnnotation.Builder
Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
RestAnnotation
public RestAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-