Made @XPathParam @Documented

This commit is contained in:
Arjen Poutsma
2008-02-27 12:07:51 +00:00
parent abb6a29c0c
commit 4abc3f297b

View File

@@ -16,6 +16,7 @@
package org.springframework.ws.server.endpoint.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@@ -33,6 +34,7 @@ import java.lang.annotation.Target;
*/
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface XPathParam {
String value();