|
@@ -29,5 +29,5 @@ import java.lang.annotation.Target;
|
|
*/
|
|
*/
|
|
@Documented
|
|
@Documented
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
-@Target({ElementType.FIELD})
|
|
|
|
|
|
+@Target({ElementType.FIELD, ElementType.TYPE})
|
|
public @interface Version {}
|
|
public @interface Version {}
|