|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=CLASS) @Documented public @interface Adapter
The Adapter annotation the target of the adaptation of an
Adaptable and, optionally, the condition under which the
adaptation will produce a non-null result.
| Required Element Summary | |
|---|---|
java.lang.Class<?>[] |
value
The list of classes to which the adaptable can be adapted. |
| Optional Element Summary | |
|---|---|
java.lang.String |
condition
The condition under which an adaptation will be successful. |
| Element Detail |
|---|
public abstract java.lang.Class<?>[] value
public abstract java.lang.String condition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||