/** * */ package annotation; import jframe.core.plugin.annotation.Message; import jframe.core.plugin.annotation.Plugin; /** * @author dzh * @date Oct 14, 2013 10:09:50 AM * @since 1.0 */ @Plugin @Message(isSender = true) public class SuperClazz { }