@Version("1.0.0") public @interface MyAnnotation { // ... } @RequireAnnotation("other.annotation;version=1.2.0") public @interface MyAnnotation { // ... }