|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Implementation
Used to specify a defined implementation for an entity. Example:
@Implementation(PersonImpl.class) public interface Person extends Entity { // ... }
The parameter is not optional.
Required Element Summary | |
---|---|
Class<?> |
value
|
Element Detail |
---|
public abstract Class<?> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |