Annotation Type CalledMethods


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE_USE,TYPE_PARAMETER})
    public @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.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      The names of methods that have definetely been called.
    • Element Detail

      • value

        java.lang.String[] value
        The names of methods that have definetely been called.
        Returns:
        the names of methods that have definetely been called