package org.org.springframework.security; public interface IMyNotAnnotatedServiceInterface { public abstract String getResult(); public abstract String getResult2(); }