@javax.annotation.Generated error java stub code example
Example 1: error: cannot find [email protected](
dependencies {
compile group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
}
Example 2: @javax.annotation.Generated error java stub
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>