Reformat package-info.java files with Eclipse Mars
This commit is contained in:
parent
8318698f55
commit
6333426cbf
|
|
@ -18,4 +18,3 @@
|
|||
* {@code @Condition} annotations and supporting classes.
|
||||
*/
|
||||
package org.springframework.boot.actuate.condition;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Metrics buffering support.
|
||||
*/
|
||||
package org.springframework.boot.actuate.metrics.buffer;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Metrics integration with Dropwizard Metrics.
|
||||
*/
|
||||
package org.springframework.boot.actuate.metrics.dropwizard;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Metrics integration with JMX.
|
||||
*/
|
||||
package org.springframework.boot.actuate.metrics.jmx;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Metrics integration with OpenTSDB.
|
||||
*/
|
||||
package org.springframework.boot.actuate.metrics.opentsdb;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Metrics integration with Statsd.
|
||||
*/
|
||||
package org.springframework.boot.actuate.metrics.statsd;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for admin-related features.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.admin;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for the cache abstraction.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.cache;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for Cassandra.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.cassandra;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for the Spring context.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.context;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for Spring Data Cassandra.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.data.cassandra;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for Spring Data Redis.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.data.redis;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for Hazelcast.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.hazelcast;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@
|
|||
* @author Eddú Meléndez
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.jms.artemis;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for JOOQ.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.jooq;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for JTA.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.transaction.jta;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for transaction suport.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.transaction;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Auto-configuration for {@code spring-boot-devtools}.
|
||||
*/
|
||||
package org.springframework.boot.devtools.autoconfigure;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Support for classpath monitoring.
|
||||
*/
|
||||
package org.springframework.boot.devtools.classpath;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Class to watch the local filesystem for changes.
|
||||
*/
|
||||
package org.springframework.boot.devtools.filewatch;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Support for the livereload protocol.
|
||||
*/
|
||||
package org.springframework.boot.devtools.livereload;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* Copyright 2012-2015 the original author or authors.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Client support for a remotely running Spring Boot application.
|
||||
*/
|
||||
package org.springframework.boot.devtools.remote.client;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Server support for a remotely running Spring Boot application.
|
||||
*/
|
||||
package org.springframework.boot.devtools.remote.server;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Classloaders used for reload support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.restart.classloader;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Application restart support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.restart;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Remote restart server.
|
||||
*/
|
||||
package org.springframework.boot.devtools.restart.server;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Client side TCP tunnel support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel.client;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@
|
|||
* and isn't particularly worried about resource usage.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Classes to deal with payloads sent over a HTTP tunnel.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel.payload;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Server side TCP tunnel support.
|
||||
*/
|
||||
package org.springframework.boot.devtools.tunnel.server;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Spring Boot configuration meta-data parser.
|
||||
*/
|
||||
package org.springframework.boot.configurationmetadata;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Administration support for Spring Boot applications.
|
||||
*/
|
||||
package org.springframework.boot.admin;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Low level support for Cloud deployments.
|
||||
*/
|
||||
package org.springframework.boot.cloud;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Language feature annotations.
|
||||
*/
|
||||
package org.springframework.boot.lang;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Velocity support classes.
|
||||
*/
|
||||
package org.springframework.boot.web.servlet.view.velocity;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* Redis support classes
|
||||
*/
|
||||
package org.springframework.boot.redis;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue