@Target(value=TYPE)
 @Retention(value=CLASS)
 @Documented
public @interface Adaptable
Adaptable annotation defines metadata about an implementation
 of org.apache.sling.api.adapter.Adaptable.| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.Class<?> | adaptableClassThe class which can be adapted. | 
| Adapter[] | adaptersThe possible adapters for this adaptable. | 
public abstract java.lang.Class<?> adaptableClass
public abstract Adapter[] adapters
Copyright © 2018 The Apache Software Foundation. All rights reserved.