What is metadata in spring. What is metadata programming to Spring. How Spring’s metadata support to add annotations to our source code.
What is metadata in spring. What is metadata programming to Spring. How Spring’s metadata
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Metadata is the data that describes your spring beans and their methods. Metadata can be added in multiple ways:
<bean>@Service,@Component,@Lazy,@Async, etc.)@Configuration,@Bean.I don’t know what “metadata programming” is meant to mean, but it’s likely the use of the above annotations and xml.