Interface LibraryScope
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LibraryScope
The library is used at compile time and runtime.static final LibraryScope
Marker for custom scope when custom configuration is used.static final LibraryScope
The library is needed for compile but is usually provided when running.static final LibraryScope
The library is used at runtime but not needed for compile. -
Method Summary
-
Field Details
-
COMPILE
The library is used at compile time and runtime. -
RUNTIME
The library is used at runtime but not needed for compile. -
PROVIDED
The library is needed for compile but is usually provided when running. -
CUSTOM
Marker for custom scope when custom configuration is used.
-
-
Method Details
-
toString
-