Annotation Interface Projection
@Inherited
@Documented
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
public @interface Projection
Annotation to tie a particular projection type to a source type. Used to find projection interfaces at startup time.
- Author:
- Oliver Gierke
-
Required Element Summary
-
Optional Element Summary