Class ArrayTypeStyleCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public class ArrayTypeStyleCheck
    extends AbstractCheck
    Checks the style of array type definitions. Some like Java-style: public static void main(String[] args) and some like C-style: public static void main(String args[])

    By default the Check enforces Java style.

    Author:
    lkuehne