public interface PlanConstants
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ANY
Specifies that an annotation for a property is not examined 
 | 
static int | 
CHANGABLE
Specifies a property that is a dependency, declaration or configurable 
 | 
static int | 
CONFIGURABLE
Specifies a property that is configurable, but doesn't resolve resources 
 | 
static int | 
DECLARATION
Specifies a property that identifies an resource declaration 
 | 
static int | 
DEPENDENCY
Specifies a property that identifies an resource dependency 
 | 
static int | 
DYNAMIC
Specifies a property that may safely be modified at  runtime 
 | 
static final int DEPENDENCY
static final int DECLARATION
static final int CONFIGURABLE
static final int CHANGABLE
static final int DYNAMIC
static final int ANY