[webbeans-commits] Webbeans SVN: r114 - ri/trunk/webbeans-api/src/main/java/javax/webbeans.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Oct 2 01:45:14 EDT 2008


Author: gavin.king at jboss.com
Date: 2008-10-02 01:45:13 -0400 (Thu, 02 Oct 2008)
New Revision: 114

Removed:
   ri/trunk/webbeans-api/src/main/java/javax/webbeans/EventBindingType.java
Log:
doesn't exist in spec

Deleted: ri/trunk/webbeans-api/src/main/java/javax/webbeans/EventBindingType.java
===================================================================
--- ri/trunk/webbeans-api/src/main/java/javax/webbeans/EventBindingType.java	2008-10-01 19:27:58 UTC (rev 113)
+++ ri/trunk/webbeans-api/src/main/java/javax/webbeans/EventBindingType.java	2008-10-02 05:45:13 UTC (rev 114)
@@ -1,38 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2008, Red Hat Middleware LLC, and individual contributors
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* 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 javax.webbeans;
-
-import static java.lang.annotation.ElementType.TYPE;
-import static java.lang.annotation.RetentionPolicy.RUNTIME;
-
-import java.lang.annotation.Documented;
-import java.lang.annotation.Retention;
-import java.lang.annotation.Target;
-
-/**
- * 
- * @author Pete Muir
- */
-
- at Target(TYPE)
- at Retention(RUNTIME)
- at Documented
-public @interface EventBindingType
-{
-
-}




More information about the weld-commits mailing list