package org.ow2.dragon.service; import org.ow2.dragon.aop.annotation.NotNullParam; public interface IAOPOnService { void testOnServicePublicMethods(@NotNullParam String test1, String test2); }