Module SpringProfile
Import path
import semmle.code.java.frameworks.spring.SpringProfileImports
| SpringComponentScan | |
| java | Provides all default Java QL imports. |
Classes
| AlwaysEnabledSpringProfile | A Spring profile that is always enabled. |
| NeverEnabledSpringProfile | A Spring profile that is never enabled. |
| NotSpringProfileExpr | A Spring profile expression that begins with “!”, indicating a negated expression. |
| SometimesEnabledSpringProfile | A Spring profile that is sometimes enabled. |
| SpringProfile | A Spring profile observed somewhere in the program. |
| SpringProfileExpr | An expression used as a profile description somewhere in the program, i.e. in a Spring beans XML configuration file, or as an argument to a |