@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented public static @interface SafeHtml.Tag
Modifier and Type | Required Element and Description |
---|---|
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
String[] |
attributes |
SafeHtml.Attribute[] |
attributesWithProtocols |
public abstract String name
public abstract String[] attributes
public abstract SafeHtml.Attribute[] attributesWithProtocols
Copyright © 2021 JBoss by Red Hat. All rights reserved.