|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FacetKey
The FacetKey annotation. Allows to mark classes as facets.
AnnotatedFacetDescriptorManager| Required Element Summary | |
|---|---|
String |
name
The name of the facet (mandatory) |
String |
profileId
The profile ID (mandatory) |
| Optional Element Summary | |
|---|---|
Class |
targetObjectType
The target object type (optional, defaults to Object.class) |
| Element Detail |
|---|
public abstract String name
public abstract String profileId
public abstract Class targetObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||