@Retention(RUNTIME)
@Target(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.
A derived property will not form part of the equals() or hashCode()
methods, but will be included in toString().
Copyright © 2007–2018 Joda.org. All rights reserved.