com.atlassian.plugin.descriptors
Annotation Type RequiresRestart


@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RequiresRestart

Marks ModuleDescriptor implementations that require a restart of the application to start the plugin when installed at runtime. If this annotation is not present, it is assumed that the module descriptor supports runtime installation.

Since:
2.1



Copyright © 2013 Atlassian. All Rights Reserved.