4.3.2.11 PersistenceCapable
 
        Annotation for whether the class or interface is
        persistence-capable.
      
 @Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface PersistenceCapable {
  public String table ;
  public String database ;
  public String schema ;
}