|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=CLASS) @Documented public @interface Adaptable
The Adaptable
annotation defines metadata about an implementation
of org.apache.sling.api.adapter.Adaptable
.
Required Element Summary | |
---|---|
java.lang.Class<?> |
adaptableClass
The class which can be adapted. |
Adapter[] |
adapters
The possible adapters for this adaptable. |
Element Detail |
---|
public abstract java.lang.Class<?> adaptableClass
public abstract Adapter[] adapters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |