com.atlassian.jira.util
Annotation Type OnDemand


@Retention(value=SOURCE)
@Target(value={CONSTRUCTOR,METHOD,TYPE})
public @interface OnDemand

Describes elements in JIRA code base, whose change will affect the On Demand code in terms of compilation or runtime behaviour.

Since:
4.4

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2002-2012 Atlassian. All Rights Reserved.