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

Commit a0a2121

Browse files
committed
Added Map parameter
1 parent c0a5588 commit a0a2121

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package org.codeoverflow.chatoverflow.api.io.parameter;
2+
3+
import org.codeoverflow.chatoverflow.api.IsRequirement;
4+
5+
import java.util.Map;
6+
7+
/**
8+
* A {@link Parameter} that is a Map<String, String>
9+
*/
10+
@IsRequirement
11+
public interface MapParameter extends Parameter<Map<String, String>> {
12+
}

0 commit comments

Comments
 (0)