when we give rest_class and choose from suggestions, the class and get method is populated along with the import statements for GET ,but when rest methods are opted from inside the class the method is populated but we have to manually resolve the import statements for the annotations. See below
Quick fixes are available and user have to manually resolve the imports
when we give rest_class and choose from suggestions, the class and get method is populated along with the import statements for GET ,but when rest methods are opted from inside the class the method is populated but we have to manually resolve the import statements for the annotations. See below
Quick fixes are available and user have to manually resolve the imports