001    // Copyright 2010 Waterken Inc. under the terms of the MIT X license
002    // found at http://www.opensource.org/licenses/mit-license.html
003    package org.waterken.syntax;
004    
005    import org.joe_e.Powerless;
006    
007    /**
008     * Signals a non-final public instance field in a pass-by-copy type.
009     */
010    public class
011    NonFinalRecordField extends NullPointerException implements Powerless {
012        static private final long serialVersionUID = 1L;
013    }