mirror of https://github.com/apache/openjpa.git
Correcting JavaDoc formatting error.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@450164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a52726ea2
commit
5b9c773c81
|
@ -50,12 +50,14 @@ public interface MetaDataDefaults
|
|||
*/
|
||||
public boolean getCallbacksBeforeListeners(int type);
|
||||
|
||||
/** Flags if multiple methods of the same class can handle the same
|
||||
/**
|
||||
* Flags if multiple methods of the same class can handle the same
|
||||
* callback event.
|
||||
*/
|
||||
public boolean getAllowsMultipleMethodsOnSameCallback();
|
||||
|
||||
/** Flags if it allowed for the callback listener class not to have a no-arg
|
||||
/**
|
||||
* Flags if it allowed for the callback listener class not to have a no-arg
|
||||
* constructor.
|
||||
*/
|
||||
public boolean getAllowsMissingCallbackConstructor();
|
||||
|
|
Loading…
Reference in New Issue