A property of an {@code @AutoValue} class, defined by one of its abstract methods.An instance of this class is made available to the Velocity template engine for each property. The public methods of this class define JavaBeans-style properties that are accessible from templates. For example {@link #getType()} means we canwrite {@code $p.type} for a Velocity variable {@code $p} that is a {@code Property}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.