Annotation Type FactoryDefaults
-
@Target({PARAMETER,FIELD,METHOD}) @Retention(RUNTIME) @Documented public @interface FactoryDefaults
Used to disambiguate which version ofSymbolProvider
is being referenced. Symbols defined by contributing to FactoryDefaults are overridden by contributions toApplicationDefaults
.