Added missing class-level Javadoc while addressing [SWS-132].

This commit is contained in:
Rick Evans
2007-05-29 21:24:58 +00:00
parent 5b1ff96bed
commit 4b00b649e4

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006 the original author or authors.
* Copyright 2006-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,12 @@ package org.springframework.ws.wsdl.wsdl11;
import org.springframework.ws.wsdl.WsdlDefinition;
/**
* Models a WSDL 1.1-specific {@link WsdlDefinition}.
*
* <p>Just a marker interface at the moment.
*
* @author Arjen Poutsma
* @see Wsdl11DefinitionBuilder
*/
public interface Wsdl11Definition extends WsdlDefinition {