@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public static @interface SafeHtml.Tag
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
attributes |
SafeHtml.Attribute[] |
attributesWithProtocols |
public abstract java.lang.String[] attributes
public abstract SafeHtml.Attribute[] attributesWithProtocols
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved