public final class JoinpointClassification extends Object
JoinpointClassification
is an implementation of the
Enum Type Pattern, described by Joshua Block on his
book entitled "Effective Java Programming Language Guide".Modifier and Type | Field and Description |
---|---|
static JoinpointClassification |
DYNAMICALY_WRAPPED
Indicates that the joinpoint must be wrapped inside a code block for interception due
only to dynamic bindings.
|
static JoinpointClassification |
NOT_INSTRUMENTED
Indicates that the joinpoint mustn't be instrumented.
|
static JoinpointClassification |
PREPARED
Indicates that the joinpoint must be prepared for runtime wrapping.
|
static JoinpointClassification |
WRAPPED
Indicates that the joinpoint must be wrapped inside a code block for interception.
|
public static JoinpointClassification NOT_INSTRUMENTED
public static JoinpointClassification PREPARED
public static JoinpointClassification WRAPPED
public static JoinpointClassification DYNAMICALY_WRAPPED
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.