public interface LibraryScope
| Modifier and Type | Field and Description |
|---|---|
static LibraryScope |
COMPILE
The library is used at compile time and runtime
|
static LibraryScope |
CONTAINER
Marker for sofa-ark container scope when custom configuration is used.
|
static LibraryScope |
MODULE
Marker for sofa-ark module scope when custom configuration is used.
|
static LibraryScope |
PLUGIN
Marker for sofa-ark plugin scope when custom configuration is used.
|
static LibraryScope |
PROVIDED
The library is needed for compile but is usually provided when running.
|
static LibraryScope |
RUNTIME
The library is used at runtime but not needed for compile.
|
static final LibraryScope COMPILE
static final LibraryScope RUNTIME
static final LibraryScope PROVIDED
static final LibraryScope PLUGIN
static final LibraryScope MODULE
static final LibraryScope CONTAINER
Copyright © 2024. All rights reserved.