org.qi4j.api.property
Annotation Type Computed


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Documented
public @interface Computed

This annotation dones a Property as being Computed. The Composite that contains the Property must have an implementation of the Property method and return an instance of ComputedPropertyInstance.