com.atlassian.plugin.descriptors
Annotation Type CannotDisable


@Inherited
@Retention(value=RUNTIME)
@Target(value=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



Copyright © 2010 Atlassian. All Rights Reserved.