Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/VoMetaData.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.bo.views;
2 3
3 4 public interface VoMetaData<V extends IViewObject> extends ExtendedBoMetaData<V>,
  @@ -16,4 +17,4 @@
16 17 */
17 18 public V createViewObject( boolean pNew, TransactionSet pTransactionSet )
18 19 throws UnsupportedOperationException;
19 - }
20 + }