As of this release, you cannot use the
Generate Java Implementation
wizard to remove the Custom Service Health Check method. To remove the Custom Service Health Check method:
Procedure
Open the implementation class for the respective Java Implementation Type Component in an editor or IDE.
Delete the Annotated Service Health Check method manually and save the file.
Delete the following
import statements from the implementation class:
If this is the last class in the project to implement the Custom Service Health Check method, open the corresponding
MANIFEST.MF file and remove the following
import statement manually:
Save the files and build the project again to verify that the code compiles without errors.