Add comment for NotImplementationException

This commit is contained in:
wusheng 2017-10-16 10:37:29 +08:00
parent 43cf062742
commit 2b1829ba81
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
package org.skywalking.apm.agent.core.plugin.loader;
/**
* The <code>NotImplementationException</code> represents that, a method didn't implement yet. Most likely, this method is not needed in current version, but be called by unexpected.
*
* @author wusheng
*/
public class NotImplementationException extends RuntimeException {