Remove use of @since

This commit is contained in:
Stephane Nicoll
2017-01-27 10:11:33 +01:00
parent 5ca1d4d128
commit 1aa10d39b0
68 changed files with 65 additions and 133 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -33,7 +33,6 @@ import org.springframework.web.util.UriComponentsBuilder
* CloudFoundry. Injects the elastic service URI if present.
*
* @author Stephane Nicoll
* @since 1.0
*/
class CloudfoundryEnvironmentPostProcessor implements EnvironmentPostProcessor, Ordered {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -60,7 +60,6 @@ import org.springframework.web.client.RestTemplate
* {@link ProjectGenerator}.
*
* @author Stephane Nicoll
* @since 1.0
*/
@Configuration
@EnableCaching

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -36,7 +36,6 @@ import static io.spring.initializr.util.Agent.AgentId.HTTPIE
* Spring Initializr web configuration.
*
* @author Stephane Nicoll
* @since 1.0
*/
class WebConfig extends WebMvcConfigurerAdapter {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 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.
@@ -22,7 +22,6 @@ import io.spring.initializr.metadata.DependencyMetadata
* Generate a JSON representation of a set of dependencies.
*
* @author Stephane Nicoll
* @since 1.0
*/
interface DependencyMetadataJsonMapper {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 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.
@@ -26,7 +26,6 @@ import io.spring.initializr.metadata.Repository
* A {@link DependencyMetadataJsonMapper} handling the metadata format for v2.1.
*
* @author Stephane Nicoll
* @since 1.0
*/
class DependencyMetadataV21JsonMapper implements DependencyMetadataJsonMapper {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 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.
@@ -22,7 +22,6 @@ import io.spring.initializr.metadata.InitializrMetadata
* Generate a JSON representation of the metadata.
*
* @author Stephane Nicoll
* @since 1.0
*/
interface InitializrMetadataJsonMapper {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 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.
@@ -28,7 +28,6 @@ import org.springframework.hateoas.UriTemplate
* an additional `dependencies` endpoint.
*
* @author Stephane Nicoll
* @since 1.0
*/
class InitializrMetadataV21JsonMapper extends InitializrMetadataV2JsonMapper {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 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.
@@ -28,7 +28,6 @@ import org.springframework.hateoas.UriTemplate
* A {@link InitializrMetadataJsonMapper} handling the metadata format for v2.
*
* @author Stephane Nicoll
* @since 1.0
*/
class InitializrMetadataV2JsonMapper implements InitializrMetadataJsonMapper {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 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.
@@ -22,7 +22,6 @@ import org.springframework.http.MediaType
* Define the supported metadata version.
*
* @author Stephane Nicoll
* @since 1.0
*/
enum InitializrMetadataVersion {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -32,7 +32,6 @@ import org.springframework.web.servlet.support.ServletUriComponentsBuilder
* A base controller that uses a {@link InitializrMetadataProvider}
*
* @author Stephane Nicoll
* @since 1.0
*/
abstract class AbstractInitializrController {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -28,7 +28,6 @@ import org.springframework.web.servlet.resource.ResourceUrlProvider
* A controller used to serve the legacy home page used by STS.
*
* @author Stephane Nicoll
* @since 1.0
*/
@Controller
@Deprecated

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -61,7 +61,6 @@ import static io.spring.initializr.util.Agent.AgentId.SPRING_BOOT_CLI
*
* @author Dave Syer
* @author Stephane Nicoll
* @since 1.0
*/
@Controller
@Slf4j

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 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.
@@ -30,7 +30,6 @@ import org.springframework.cache.annotation.Cacheable
* A default {@link DependencyMetadataProvider} implementation.
*
* @author Stephane Nicoll
* @since 1.0
*/
class DefaultDependencyMetadataProvider implements DependencyMetadataProvider {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -29,7 +29,6 @@ import org.springframework.web.client.RestTemplate
* the metadata with the status of the main spring.io site.
*
* @author Stephane Nicoll
* @since 1.0
*/
@Slf4j
class DefaultInitializrMetadataProvider implements InitializrMetadataProvider {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -27,7 +27,6 @@ import org.springframework.web.client.RestTemplate
* content.
*
* @author Stephane Nicoll
* @since 1.0
*/
class SpringBootMetadataReader {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -35,7 +35,6 @@ import org.springframework.web.bind.annotation.RestController
* UI specific controller providing dedicated endpoints for the Web UI.
*
* @author Stephane Nicoll
* @since 1.0
*/
@RestController
class UiController {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -22,7 +22,6 @@ import geb.Page
* A {@link Page} representing the home page of the application.
*
* @author Stephane Nicoll
* @since 1.0
*/
class HomePage extends Page {