org.netbeans.modules.java.hints.spi |
|
Java Source File Name | Type | Comment |
AbstractHint.java | Class | Class to be extended by all the Java hints. |
ErrorRule.java | Interface | Represents a rule to be run on the java source in case the compiler
issued an error or a warning. |
Rule.java | Interface | Represents a rule to be run on the java source.
Only contains the basic identification and UI properties of the rule. |
TreeRule.java | Interface | Represents a rule to be run on the java source. |