@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface TypeName
JaversRepository,
because it gives you freedom of refactoring your package and class names.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The type name to be used when comparing and persisting
|