/plugins/InspectionGadgets/src/inspectionDescriptions/PublicMethodNotExposedInInterface.html
https://bitbucket.org/nbargnesi/idea · HTML · 16 lines · 15 code · 0 blank · 1 comment · 0 complexity · f0abe8bf1424441881ad88064c114007 MD5 · raw file
- <html>
- <body>
- This inspection reports <b>public</b> methods in classes
- which are not exposed as in interface. Exposing all <b>public</b> methods via interface is important for
- maintaining loose coupling, and may be necessary for certain component-based programming styles.
- <!-- tooltip end -->
- <p>
- Use the list below to specify special annotations. Methods annotated with one of
- these annotations will be ignored by this inspection.
- <p>
- Use the checkbox below to ignore methods of which the containing class does not
- implement a non-library interface.
- <p>
- <small>Powered by InspectionGadgets</small>
- </body>
- </html>