Annotation Interface MayResolveTypesViaReflection


@Retention(CLASS) @Internal public @interface MayResolveTypesViaReflection
Marks the methods or classes, where resolving types via reflection is allowed. These should be carefully controlled, because the import of classes may not rely on class loading (while resolving dependencies might be done using the classpath), and neither should the predefined conditions and predicates.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details