Skip to content

Commit

Permalink
Delete obsolete constant in AnnotationConfigUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jul 11, 2023
1 parent a275d94 commit fb3f308
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -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.
*/
Expand Down

0 comments on commit fb3f308

Please sign in to comment.