Better JavaDoc

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19285 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-04-23 17:04:00 +00:00
parent bf2dab5479
commit 7dbbebbce7
1 changed files with 3 additions and 0 deletions

View File

@ -17,5 +17,8 @@ import java.lang.annotation.Target;
@Target(TYPE)
@Retention(RUNTIME)
public @interface Synchronize {
/**
* Table names
*/
String [] value();
}