You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/11/22 15:48:07 UTC

svn commit: r883084 - /incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/Bean.java

Author: gerdogdu
Date: Sun Nov 22 14:48:06 2009
New Revision: 883084

URL: http://svn.apache.org/viewvc?rev=883084&view=rev
Log:
Removing isSerializable method.

Modified:
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/Bean.java

Modified: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/Bean.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/Bean.java?rev=883084&r1=883083&r2=883084&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/Bean.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/Bean.java Sun Nov 22 14:48:06 2009
@@ -75,14 +75,6 @@
     public abstract String getName();
 
     /**
-     * Returns true if bean is capable of
-     * serializable, false otherwise.
-     * 
-     * @return true if bean is serializable
-     */
-    public abstract boolean isSerializable();
-
-    /**
      * If bean is nullable return true, false
      * otherwise. 
      *