All Classes and Interfaces

Class
Description
Recipe will examine the rest resource class files and will add javax.inject.Inject annotation to resource class constructor method Sometimes OSGi fails to create bean of rest resource class with error "NoSuchMethodException: Could not find a suitable constructor" Then adding javax.inject.Inject annotation to rest resource class constructor help OSGi to identify the constructor method.
Recipe will examine the altassian-plugin.xml files and will append the following tag if it detects at least one rest descriptor.
Model that represents a type from and a type to for use within Recipe
A Visitor that can be utilised within a recipe to achieve 'chained' changes.
 
Use this recipe when you need to change the argument type used in method call.
Use this recipe when you need to just rename the method to call, but argument list does not change.
 
Use this recipe when you need to refactor calls to an init method - this will try and change the types of any used by init variables, and fields.
How do I manage OSGI context within our atlassian plugins? Let me count the ways.