Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 3912a1f

Browse files
committed
Added URI parameter
1 parent 89c83ae commit 3912a1f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package org.codeoverflow.chatoverflow.api.io.parameter;
2+
3+
import org.codeoverflow.chatoverflow.api.IsRequirement;
4+
5+
import java.net.URI;
6+
7+
@IsRequirement
8+
public interface UriParameter extends Parameter<URI> {
9+
}

0 commit comments

Comments
 (0)