01: package org.acegisecurity.annotation; 02: 03: /** 04: * Class to act as a superclass for annotations testing. 05: * 06: * @author Ben Alex 07: * 08: */ 09: public class Entity { 10: public Entity(String someParameter) { 11: } 12: }