public class PreconditionLifecycle
extends BaseLifecycle
Internal Lifecycle implementation for pre-conditions.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
afterProcessingMethodNode(ProcessingContextInformation processingContextInformation, ClassNode classNode, MethodNode methodNode)Adds inherited default preconditions to the supplied method when needed. |
|
public void |
beforeProcessingConstructorNode(ProcessingContextInformation processingContextInformation, ClassNode classNode, MethodNode constructorNode)Adds inherited default preconditions to the supplied constructor when needed. |
| Methods inherited from class | Name |
|---|---|
class BaseLifecycle |
afterProcessingClassNode, afterProcessingConstructorNode, afterProcessingMethodNode, beforeProcessingClassNode, beforeProcessingConstructorNode, beforeProcessingMethodNode |
Adds inherited default preconditions to the supplied method when needed.
processingContextInformation - the current processing contextclassNode - the declaring classmethodNode - the method to updateAdds inherited default preconditions to the supplied constructor when needed.
processingContextInformation - the current processing contextclassNode - the declaring classconstructorNode - the constructor to update