org.aspectj.weaver
Interface Constants


public interface Constants

Some useful weaver constants. Current uses: 1. Holds values that are necessary for working with 1.5 code but which don't exist in a 1.4 world.


Field Summary
static int ACC_BRIDGE
           
static int ACC_VARARGS
           
static java.lang.String RUNTIME_LEVEL_12
           
static java.lang.String RUNTIME_LEVEL_15
           
static java.lang.String RUNTIME_LEVEL_DEFAULT
           
 

Field Detail

ACC_BRIDGE

static final int ACC_BRIDGE
See Also:
Constant Field Values

ACC_VARARGS

static final int ACC_VARARGS
See Also:
Constant Field Values

RUNTIME_LEVEL_12

static final java.lang.String RUNTIME_LEVEL_12
See Also:
Constant Field Values

RUNTIME_LEVEL_15

static final java.lang.String RUNTIME_LEVEL_15
See Also:
Constant Field Values

RUNTIME_LEVEL_DEFAULT

static final java.lang.String RUNTIME_LEVEL_DEFAULT
See Also:
Constant Field Values