public static abstract @interface

AutoBean.PropertyName

implements Annotation
com.google.gwt.autobean.shared.AutoBean.PropertyName

Class Overview

An annotation that allows inferred property names to be overridden.

This annotation is asymmetric, applying it to a getter will not affect the setter. The asymmetry allows existing users of an interface to read old AutoBeanCodex messages, but write new ones.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation