Reformatted code using IntelliJ
This commit is contained in:
@@ -14,6 +14,7 @@ public @interface ProtocolInfo {
|
||||
/**
|
||||
* Specifies the side of the protocol that the annotated class or method is associated with.
|
||||
* Default is ALL, indicating that it can be used on any side.
|
||||
*
|
||||
* @return The protocol side.
|
||||
*/
|
||||
ProtocolVersion.ProtocolSide protocolSide() default ProtocolVersion.ProtocolSide.ALL;
|
||||
|
Reference in New Issue
Block a user