Author: david.lloyd(a)jboss.com
Date: 2009-10-22 13:16:09 -0400 (Thu, 22 Oct 2009)
New Revision: 5563
Modified:
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/spi/ConnectionProviderDescriptor.java
Log:
Doc clarification
Modified:
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/spi/ConnectionProviderDescriptor.java
===================================================================
---
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/spi/ConnectionProviderDescriptor.java 2009-10-22
16:52:02 UTC (rev 5562)
+++
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/spi/ConnectionProviderDescriptor.java 2009-10-22
17:16:09 UTC (rev 5563)
@@ -25,6 +25,11 @@
/**
* A descriptor for automatically-discovered connection provider types. Since instances
of this interface are
* constructed automatically, implementing classes should have a no-arg constructor.
+ * <p>
+ * To add an automatically-discovered provider, create a file called {@code
"META-INF/services/org.jboss.remoting3.spi.ConnectionProviderDescriptor"}
+ * and populate it with the names of classes that implement this interface.
+ *
+ * @see java.util.ServiceLoader
*/
public interface ConnectionProviderDescriptor {