Class LicenseAnnotation
java.lang.Object
org.apache.juneau.http.annotation.LicenseAnnotation
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseAnnotation.Builder
create()
Instantiates a new builder for this class.static boolean
Returnstrue if the specified annotation contains all default values.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
LicenseAnnotation
public LicenseAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-
empty
Returnstrue if the specified annotation contains all default values.- Parameters:
a
- The annotation to check.- Returns:
true if the specified annotation contains all default values.
-