Package io.github.timoIpeters.custompropertyanalyzer
package io.github.timoIpeters.custompropertyanalyzer
-
ClassDescriptionAnalyzes a Spring Boot project's Java source files to discover all custom properties defined via
@Valueand@ConfigurationPropertiesannotations.Checks for properties that are defined in configuration files but never referenced in the project's Java source code.Entry point for the Custom Property Analyzer Gradle plugin.Represents a single custom property discovered during analysis of a Spring Boot project.Describes how a custom property was discovered during source analysis.Represents a property, which has not been defined in the project properties but is not used in the code