@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ResourceAdaptor
Modifier and Type | Required Element and Description |
---|---|
ComponentId |
id |
ResourceAdaptorClasses |
raClasses |
ResourceAdaptorTypeReference[] |
raTypes |
Modifier and Type | Optional Element and Description |
---|---|
ConfigProperty[] |
configProperties |
java.lang.String |
description |
boolean |
ignoreRaTypeEventTypeCheck |
LibraryReference[] |
libraryRefs |
ProfileReference[] |
profileRefs |
java.lang.String |
vendorExtensionID |
public abstract ComponentId id
public abstract ResourceAdaptorClasses raClasses
public abstract LibraryReference[] libraryRefs
public abstract ProfileReference[] profileRefs
public abstract ConfigProperty[] configProperties