Better JavaDoc
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19285 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
bf2dab5479
commit
7dbbebbce7
|
@ -17,5 +17,8 @@ import java.lang.annotation.Target;
|
|||
@Target(TYPE)
|
||||
@Retention(RUNTIME)
|
||||
public @interface Synchronize {
|
||||
/**
|
||||
* Table names
|
||||
*/
|
||||
String [] value();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue