Annotation Interface CalledMethods
A deprecated variant of 
CalledMethods.
 Lombok outputs this annotation. This annotation could be marked as deprecated, but that causes extra warnings when processing delombok'd code.
- See the Checker Framework Manual:
 - Called Methods Checker
 
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String[] valueThe names of methods that have definitely been called.- Returns:
 - the names of methods that have definetely been called
 
 
 -