![JAR search and dependency download from the Maven repository](/logo.png)
io.github.tontu89.debugserverlib.config.EnableRemoteDebugServerConfig Maven / Gradle / Ivy
package io.github.tontu89.debugserverlib.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Profile;
@Profile("RemoteDebug")
@ComponentScan("io.github.tontu89.debugserverlib")
public class EnableRemoteDebugServerConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy