Class BaseLifecycle

java.lang.Object
org.apache.groovy.contracts.common.base.BaseLifecycle
All Implemented Interfaces:
Lifecycle
Direct Known Subclasses:
ClassInvariantLifecycle, PostconditionLifecycle, PreconditionLifecycle

public abstract class BaseLifecycle extends Object implements Lifecycle
Base implementation class for interface Lifecycle. This class is supposed tp be extended by Lifecycle implementation classes and provides empty method bodies for all interface methods.
See Also: