[jboss-svn-commits] JBoss Common SVN: r3195 - jboss-stdio/trunk/src/main/java/org/jboss/stdio.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed May 20 18:58:13 EDT 2009
Author: david.lloyd at jboss.com
Date: 2009-05-20 18:58:13 -0400 (Wed, 20 May 2009)
New Revision: 3195
Added:
jboss-stdio/trunk/src/main/java/org/jboss/stdio/package-info.java
Log:
javadoc
Added: jboss-stdio/trunk/src/main/java/org/jboss/stdio/package-info.java
===================================================================
--- jboss-stdio/trunk/src/main/java/org/jboss/stdio/package-info.java (rev 0)
+++ jboss-stdio/trunk/src/main/java/org/jboss/stdio/package-info.java 2009-05-20 22:58:13 UTC (rev 3195)
@@ -0,0 +1,27 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.
+ */
+
+/**
+ * The JBoss STDIO package. The purpose of this module is to provide a mechanism by which each deployment may have
+ * independent handling of {@link System#in}, {@link System#out}, and {@link System#err}.
+ */
+package org.jboss.stdio;
More information about the jboss-svn-commits
mailing list