@Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @DefaultQualifierInHierarchy @SubtypeOf(value={}) public @interface CalledMethodsTop
It is needed so that @CalledMethodsPredicate can be a sibling of @CalledMethods.