Language
javax.annotation.meta.When not found
아라한사
2019. 4. 8. 14:15
Nullable 어노테이션을 문서형식대신삼아 사용한 부분이 있었는데 에러로그가 그래들에서 나와서
예시)
warning: unknown enum constant When.MAYBE reason: class file for javax.annotation.meta.When not found
다음의 스택오버플로우를 참조
https://stackoverflow.com/questions/53326271/spring-nullable-annotation-generates-unknown-enum-constant-warning
Spring nullable annotation generates unknown enum constant warning
In my app, whenever I add @Nullable (which imports from org.springframework.lang.Nullable) to any of the fields, I get a build warning: Warning:java: unknown enum constant javax.annotation.meta...
stackoverflow.com
윗 문서를 보니 여기도 보라고 한다.. 음 다음에 좀 더 봐보자^^