OPENJPA-262. Added @since tag.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@550187 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-06-24 09:19:56 +00:00
parent 39f1071085
commit 0dde3fdbfa

View File

@ -1391,6 +1391,8 @@ public interface OpenJPAConfiguration
/**
* Return the {@link org.apache.openjpa.event.BrokerFactoryEventManager} associated with this
* configuration.
*
* @since 1.0.0
*/
public BrokerFactoryEventManager getBrokerFactoryEventManager();
}