Annotation
-
spring
@Value annotation in Spring
Before diving into the details of using the @Value annotation in Spring, let’s start with a brief introduction to the…
Read More » -
hibernate
Hibernate Example Code Using Annotations
Hibernate annotations is the powerful way to provide the metadata for the Object and Relational Table mapping. All the metadata…
Read More » -
jws
JAX-WS Annotations Example
In this example we shall learn some important JAX-WS annotations provided by Java. To understand this tutorial, following is the…
Read More » -
annotation
Java Annotations Example
1. Introduction Java Annotations are special metadata instructions included in the source code of a program which starts with the…
Read More » -
junit
JUnit Using Assertions and Annotations Example
In this example we are going to create test cases so as to understand the use of assertions and annotations…
Read More »