HandlerChain.java :  » 6.0-JDK-Modules » jsr181 » javax » jws » Java Open Source

Java Open Source » 6.0 JDK Modules » jsr181 
jsr181 » javax » jws » HandlerChain.java
package javax.jws;

import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;

@Retention(value=RetentionPolicy.RUNTIME)
@Target({TYPE, METHOD, FIELD})
public @interface HandlerChain {
    String file();
    @Deprecated String name() default "";
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.