Package net.java.ao
Annotation Type Implementation
Used to specify a defined implementation for an entity. Example:
@Implementation(PersonImpl.class) public interface Person extends Entity { // ... }
The parameter is not optional.
- Author:
- Daniel Spiewak
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value
-