If an annotation @A must be unique inside the annotation @B
@A
@B
@Inside(C.class) @UniqueInside() @Target(FIELD) public @interface A{}