Delete obsolete constant in AnnotationConfigUtils
See gh-30695
This commit is contained in:
parent
a275d942d2
commit
fb3f30832c
|
|
@ -88,12 +88,6 @@ public abstract class AnnotationConfigUtils {
|
|||
public static final String COMMON_ANNOTATION_PROCESSOR_BEAN_NAME =
|
||||
"org.springframework.context.annotation.internalCommonAnnotationProcessor";
|
||||
|
||||
/**
|
||||
* The bean name of the internally managed JSR-250 annotation processor.
|
||||
*/
|
||||
private static final String JSR250_ANNOTATION_PROCESSOR_BEAN_NAME =
|
||||
"org.springframework.context.annotation.internalJsr250AnnotationProcessor";
|
||||
|
||||
/**
|
||||
* The bean name of the internally managed JPA annotation processor.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue