|
From: <lh...@us...> - 2009-05-13 15:03:12
|
Revision: 298
http://tinytim.svn.sourceforge.net/tinytim/?rev=298&view=rev
Author: lheuer
Date: 2009-05-13 15:02:57 +0000 (Wed, 13 May 2009)
Log Message:
-----------
Added missing interface
Added Paths:
-----------
tinytim/trunk/src/main/java/org/tinytim/internal/api/IAssociation.java
Added: tinytim/trunk/src/main/java/org/tinytim/internal/api/IAssociation.java
===================================================================
--- tinytim/trunk/src/main/java/org/tinytim/internal/api/IAssociation.java (rev 0)
+++ tinytim/trunk/src/main/java/org/tinytim/internal/api/IAssociation.java 2009-05-13 15:02:57 UTC (rev 298)
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2008 - 2009 Lars Heuer (heuer[at]semagia.com). All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.tinytim.internal.api;
+
+import org.tmapi.core.Association;
+
+/**
+ *
+ *
+ * @author Lars Heuer (heuer[at]semagia.com) <a href="http://www.semagia.com/">Semagia</a>
+ * @version $Rev:$ - $Date:$
+ */
+public interface IAssociation extends Association, IScoped {
+
+}
Property changes on: tinytim/trunk/src/main/java/org/tinytim/internal/api/IAssociation.java
___________________________________________________________________
Added: svn:keywords
+ Rev Date Id
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|