@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 |
---|---|
Class<?> |
adaptableClass
The class which can be adapted.
|
Adapter[] |
adapters
The possible adapters for this adaptable.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.