public abstract @interface

AvailableToPlugins

implements Annotation
com.atlassian.plugin.spring.AvailableToPlugins

Class Overview

Annotation for Spring beans which are made available to OSGi plugin components If a Class is specified, then the bean is exposed only as that class -- otherwise it is exposed as all interfaces it implements.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation