From portal-commits at lists.jboss.org Wed Oct 17 09:57:21 2007 Content-Type: multipart/mixed; boundary="===============1315075298736431842==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r8681 - modules/test/trunk/unit/src/main/org/jboss/unit/api/pojo/annotations. Date: Wed, 17 Oct 2007 09:57:21 -0400 Message-ID: --===============1315075298736431842== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2007-10-17 09:57:21 -0400 (Wed, 17 Oct 2007) New Revision: 8681 Removed: modules/test/trunk/unit/src/main/org/jboss/unit/api/pojo/annotations/Def= aultValues.java Log: for now removed the @DefaultValues annodations as it is not implemented Deleted: modules/test/trunk/unit/src/main/org/jboss/unit/api/pojo/annotatio= ns/DefaultValues.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/test/trunk/unit/src/main/org/jboss/unit/api/pojo/annotations/De= faultValues.java 2007-10-17 13:54:39 UTC (rev 8680) +++ modules/test/trunk/unit/src/main/org/jboss/unit/api/pojo/annotations/De= faultValues.java 2007-10-17 13:57:21 UTC (rev 8681) @@ -1,34 +0,0 @@ -/*************************************************************************= ***** - * JBoss, a division of Red Hat = * - * Copyright 2006, Red Hat Middleware, LLC, and individual = * - * contributors as indicated by the @authors tag. See the = * - * copyright.txt in the distribution for a full listing of = * - * individual contributors. = * - * = * - * This is free software; you can redistribute it and/or modify it = * - * under the terms of the GNU Lesser General Public License as = * - * published by the Free Software Foundation; either version 2.1 of = * - * the License, or (at your option) any later version. = * - * = * - * This software is distributed in the hope that it will be useful, = * - * but WITHOUT ANY WARRANTY; without even the implied warranty of = * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU = * - * Lesser General Public License for more details. = * - * = * - * You should have received a copy of the GNU Lesser General Public = * - * License along with this software; if not, write to the Free = * - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA = * - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. = * - *************************************************************************= *****/ -package org.jboss.unit.api.pojo.annotations; - -/** - * Not used yet. - * - * @author Julien Viet - * @version $Revision: 1.1 $ - */ -public @interface DefaultValues -{ - String[] values() default {}; -} --===============1315075298736431842==--