Added missing class-level Javadoc while addressing [SWS-132].
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user