Author: markt
Date: Sat Jun 6 12:50:53 2009
New Revision: 782248
URL: http://svn.apache.org/viewvc?rev=782248&view=rev
Log:
Add default
Modified:
tomcat/trunk/java/javax/servlet/annotation/WebListener.java
Modified: tomcat/trunk/java/javax/servlet/annotation/WebListener.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/annotation/WebListener.java?rev=782248&r1=782247&r2=782248&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/annotation/WebListener.java (original)
+++ tomcat/trunk/java/javax/servlet/annotation/WebListener.java Sat Jun 6
12:50:53 2009
@@ -23,13 +23,13 @@
import java.lang.annotation.Documented;
/**
- * @since 3.0
+ * @since Servlet 3.0
* $Id$
- * TODO SERVLET3
+ * TODO SERVLET3 - Add comments
*/
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WebListener {
- String description();
+ String description() default "";
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]