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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Dec 21 00:26:07 EST 2008


Author: gavin.king at jboss.com
Date: 2008-12-21 00:26:07 -0500 (Sun, 21 Dec 2008)
New Revision: 648

Removed:
   ri/trunk/webbeans-api/src/main/java/javax/webbeans/manager/EnterpriseBeanLookup.java
Log:
EnterpriseBeanLookup stuff is gone from spec

Deleted: ri/trunk/webbeans-api/src/main/java/javax/webbeans/manager/EnterpriseBeanLookup.java
===================================================================
--- ri/trunk/webbeans-api/src/main/java/javax/webbeans/manager/EnterpriseBeanLookup.java	2008-12-21 05:25:45 UTC (rev 647)
+++ ri/trunk/webbeans-api/src/main/java/javax/webbeans/manager/EnterpriseBeanLookup.java	2008-12-21 05:26:07 UTC (rev 648)
@@ -1,23 +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.manager;
-
-public interface EnterpriseBeanLookup
-{
-   public Object lookup(String ejbName);
-}




More information about the weld-commits mailing list