Class MustCallNoCreatesMustCallForChecker

  • All Implemented Interfaces:
    javax.annotation.processing.Processor, OptionConfiguration

    @StubFiles({"JavaEE.astub","Reflection.astub"})
    @SuppressWarningsPrefix({"mustcall","mustcallnocreatesmustcallfor"})
    @SupportedOptions("noCreatesMustCallFor")
    public class MustCallNoCreatesMustCallForChecker
    extends MustCallChecker
    This copy of the Must Call Checker is identical, except that it does not load the stub files that treat unconnected sockets as @MustCall({}). See SocketCreatesMustCallFor.astub.

    The only difference is the contents of the @StubFiles annotation.

    • Constructor Detail

      • MustCallNoCreatesMustCallForChecker

        public MustCallNoCreatesMustCallForChecker()