- Started with WebServer
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.openautonomousconnection.protocol.annotations;
|
||||
|
||||
import org.openautonomousconnection.protocol.versions.ProtocolVersion;
|
||||
|
||||
public @interface ProtocolInfo {
|
||||
|
||||
ProtocolVersion.ProtocolSide protocolSide() default ProtocolVersion.ProtocolSide.ALL;
|
||||
|
||||
}
|
Reference in New Issue
Block a user