@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,FIELD})
public @interface UnlessBuildProfile
When applied to a bean class or producer method (or field), the bean will only be enabled
if the Quarkus build time profile dot not match the specified annotation value.