@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface Extension
Modifier and Type | Required Element and Description |
---|---|
ExtensionProperty[] |
properties
The extension properties.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
An option name for these extensions.
|
public abstract ExtensionProperty[] properties
ExtensionProperty
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.