@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Profile
Modifier and Type | Optional Element and Description |
---|---|
Collator[] |
collators |
java.lang.String |
description |
ComponentId |
id |
LibraryReference[] |
libraryRefs |
ProfileClasses |
profileClasses |
ProfileReference[] |
profileRefs |
Query[] |
queries |
boolean |
readOnly |
boolean |
singleProfile |
java.lang.String |
vendorExtensionID |
public abstract ComponentId id
public abstract ProfileReference[] profileRefs
public abstract LibraryReference[] libraryRefs
public abstract Collator[] collators
public abstract ProfileClasses profileClasses
public abstract Query[] queries