Class MissingCtorCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public class MissingCtorCheck
    extends AbstractCheck

    Checks that classes (except abstract one) define a ctor and don't rely on the default one.

    An example of how to configure the check is:

     <module name="MissingCtor"/>
     
    Author:
    o_sukhodolsky