1 package org.acegisecurity; 2 3 public interface PersonService extends Service<Person> { 4 public void deactive(Person person); 5 }