com.atlassian.greenhopper.jira
Annotation Type JIRAResource


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface JIRAResource

Marker annotation for an internal JIRA resource that should be DI'ed. See JIRAResourceAnnotationBeanPostProcessor for details.

Author:
ahennecke

Optional Element Summary
 java.lang.String name
          Since we don't really have an idea how JIRA resources are published, autowiring by type is normally used.
 

name

public abstract java.lang.String name
Since we don't really have an idea how JIRA resources are published, autowiring by type is normally used. In case we do have a name, it can be specified here.

Default:
""


Copyright © 2007-2014 Atlassian. All Rights Reserved.