Annotation Interface CannotDisable


@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface CannotDisable
Marks ModuleDescriptor implementations that cannot be disabled. If this annotation is not present, it is assumed that the module descriptor supports disablement.
Since:
2.5.0