Class RestAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestAnnotation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestannotations to aRestContext.Builder.static classAppliesRestannotations to aRestOpContext.Builder. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestAnnotation.Buildercreate()Instantiates a new builder for this class.static RestAnnotation.BuilderInstantiates a new builder for this class.static RestAnnotation.BuilderInstantiates 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.
-