You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
STATUS
Ab Java 9 sind die javax Annotationen als deprecated notiert. Hier der Ersatz, falls man nicht drauf verzichten will wie z.B. die @Resource Annotation für Spring Beans.
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api --> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency>