Module spring.data.commons
Annotation Interface Persistent
@Indexed
@Retention(RUNTIME)
@Reflective
@Target({TYPE,FIELD,PARAMETER})
public @interface Persistent
Annotation to generally identify persistent types, fields and parameters.
- Author:
- Jon Brisbin, Oliver Gierke