| Modifier and Type | Field and Description | 
|---|---|
| static LibraryScope | COMPILEThe library is used at compile time and runtime. | 
| static LibraryScope | CUSTOMMarker for custom scope when custom configuration is used. | 
| static LibraryScope | PROVIDEDThe library is needed for compile but is usually provided when running. | 
| static LibraryScope | RUNTIMEThe library is used at runtime but not needed for compile. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
static final LibraryScope COMPILE
static final LibraryScope RUNTIME
static final LibraryScope PROVIDED
static final LibraryScope CUSTOM