@Retention(value=RUNTIME) @Target(value=METHOD) public @interface DerivedProperty
This annotation is used on a getter to indicate that the method is used to provide a derived property. A derived property has no instance variable.
Copyright © 2007–2013 Joda.org. All rights reserved.