Often, you can write your own implementation of a certain task or action. The class specification-editor enables you to specify and reference your own Java class.
The class specification-editor
In the input field, you must enter the entire class name, including the indication of the Java packages (full qualified class name).
When you click the "J" button the following is examined:
If the class can be resolved, respectively instantiated, and the mentioned Java interface implemented, the light indicator changes from red to green. The text below input field talks about the Java interface, which must implement the specified class.