接口 LibraryScope
- public interface LibraryScope 
- 字段概要- 字段 - 修饰符和类型 - 字段 - 说明 - 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.
 
- 字段详细资料- COMPILE- static final LibraryScope COMPILE The library is used at compile time and runtime.
 - RUNTIME- static final LibraryScope RUNTIME The library is used at runtime but not needed for compile.
 - PROVIDED- static final LibraryScope PROVIDED The library is needed for compile but is usually provided when running.
 - CUSTOM- static final LibraryScope CUSTOM Marker for custom scope when custom configuration is used.