Class LombokSupport

  • All Implemented Interfaces:
    BuilderFrameworkSupport

    public class LombokSupport
    extends java.lang.Object
    implements BuilderFrameworkSupport
    Lombok support for the Called Methods Checker. This class adds CalledMethods annotations to the code generated by Lombok.
    • Field Detail

      • NONNULL_ANNOTATIONS

        public static final java.util.List<java.lang.String> NONNULL_ANNOTATIONS
        The list of annotations that Lombok treats as non-null.
    • Constructor Detail

      • LombokSupport

        public LombokSupport​(CalledMethodsAnnotatedTypeFactory atypeFactory)
        Create a new LombokSupport.
        Parameters:
        atypeFactory - the typechecker's type factory