[mud4j-commit] SF.net SVN: mud4j: [125] trunk/mud4j-core/src/java/net/sf/mud4j
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2007-06-03 01:23:05
|
Revision: 125 http://mud4j.svn.sourceforge.net/mud4j/?rev=125&view=rev Author: mpurland Date: 2007-06-02 18:22:56 -0700 (Sat, 02 Jun 2007) Log Message: ----------- Add attribute interface. Added Paths: ----------- trunk/mud4j-core/src/java/net/sf/mud4j/attribute/ trunk/mud4j-core/src/java/net/sf/mud4j/attribute/Attribute.java Added: trunk/mud4j-core/src/java/net/sf/mud4j/attribute/Attribute.java =================================================================== --- trunk/mud4j-core/src/java/net/sf/mud4j/attribute/Attribute.java (rev 0) +++ trunk/mud4j-core/src/java/net/sf/mud4j/attribute/Attribute.java 2007-06-03 01:22:56 UTC (rev 125) @@ -0,0 +1,25 @@ +/** + * Copyright 2006 Matthew Purland (m.p...@gm...) + * + * 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 net.sf.mud4j.attribute; + +/** + * + * + * @author Matthew Purland + */ +public interface Attribute { + +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |