Java org.springframework.context.annotation AnnotationConfigUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.annotation AnnotationConfigUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.annotation AnnotationConfigUtils.

The text is from its open source code.

Field

StringCONFIGURATION_BEAN_NAME_GENERATOR
The bean name of the internally managed BeanNameGenerator for use when processing Configuration classes.
StringAUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME
The bean name of the internally managed Autowired annotation processor.
StringCOMMON_ANNOTATION_PROCESSOR_BEAN_NAME
The bean name of the internally managed JSR-250 annotation processor.

Method