Package com.atlassian.platform.recipes.rest.tov2


package com.atlassian.platform.recipes.rest.tov2
  • Classes
    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.