All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.webdevice.wiring.EnableWebDevice Maven / Gradle / Ivy

There is a newer version: 0.0.11
Show newest version
package io.webdevice.wiring;

import org.springframework.context.annotation.Import;

import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Inherited
@Documented
@Target(TYPE)
@Retention(RUNTIME)
@Import(WebDeviceRuntime.class)
public @interface EnableWebDevice {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy