@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SBB
Modifier and Type | Required Element and Description |
---|---|
SBBClasses |
sbbClasses |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
alias |
java.lang.String |
description |
ComponentId |
id |
LibraryReference[] |
libraryRefs |
ProfileReference[] |
profileRefs |
RATypeBinding[] |
raTypes |
SBBReference[] |
sbbRefs |
java.lang.String |
vendorExtensionID |
public abstract SBBClasses sbbClasses
public abstract ComponentId id
public abstract SBBReference[] sbbRefs
public abstract ProfileReference[] profileRefs
public abstract LibraryReference[] libraryRefs
public abstract RATypeBinding[] raTypes