Edit Javadoc.

This commit is contained in:
John Blum
2018-10-02 16:17:36 -07:00
parent 8c2380cde9
commit d896b85720

View File

@@ -29,9 +29,15 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.data.gemfire.tests.integration.SpringBootApplicationIntegrationTestsSupport;
/**
* The ConditionalOnMissingPropertyIntegrationTests class...
* Integration tests for {@link ConditionalOnMissingProperty} and {@link OnMissingPropertyCondition}.
*
* @author John Blum
* @see org.junit.Test
* @see org.springframework.boot.builder.SpringApplicationBuilder
* @see org.springframework.context.ApplicationContext
* @see org.springframework.context.annotation.Bean
* @see org.springframework.context.annotation.Configuration
* @see org.springframework.data.gemfire.tests.integration.SpringBootApplicationIntegrationTestsSupport
* @since 1.0.0
*/
@SuppressWarnings("unused")