ChannelFactoryResource annotation is documented to help a user figure out how it is used

This commit is contained in:
Trustin Lee 2009-01-08 13:38:45 +00:00
parent b5b7be11b1
commit 184c7cbd5d

View File

@ -22,6 +22,7 @@
*/
package org.jboss.netty.container.guice;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@ -37,6 +38,7 @@ import com.google.inject.BindingAnnotation;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.PARAMETER})
@BindingAnnotation
@Documented
public @interface ChannelFactoryResource {
// No value required
}