Class LicenseAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<LicenseAnnotation.Builder>
org.apache.juneau.http.annotation.LicenseAnnotation.Builder
- Enclosing class:
- LicenseAnnotation
Builder class.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Instantiates a new@Licenseobject initialized with this builder.Sets theLicense.name()property on this annotation.Sets theLicense.url()property on this annotation.Methods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
Builderprotected Builder()Constructor.
 
- 
- 
Method Details- 
buildInstantiates a new@Licenseobject initialized with this builder.- Returns:
- A new @Licenseobject.
 
- 
nameSets theLicense.name()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
urlSets theLicense.url()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-