Uses of Class
org.apache.juneau.html.annotation.HtmlLinkAnnotation.Builder
Packages that use HtmlLinkAnnotation.Builder
- 
Uses of HtmlLinkAnnotation.Builder in org.apache.juneau.html.annotationMethods in org.apache.juneau.html.annotation that return HtmlLinkAnnotation.BuilderModifier and TypeMethodDescriptionstatic HtmlLinkAnnotation.BuilderHtmlLinkAnnotation.create()Instantiates a new builder for this class.static HtmlLinkAnnotation.BuilderInstantiates a new builder for this class.static HtmlLinkAnnotation.BuilderInstantiates a new builder for this class.HtmlLinkAnnotation.Builder.nameProperty(String value) Sets theHtmlLink.nameProperty()property on this annotation.HtmlLinkAnnotation.Builder.uriProperty(String value) Sets theHtmlLink.uriProperty()property on this annotation.