Class RestInitAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestInitAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
A collection of@RestInit annotations
.static class
Builder class. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestInitAnnotation.Builder
create()
Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
RestInitAnnotation
public RestInitAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-