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

Commit 89c83ae

Browse files
committed
Added Color parameter
1 parent fe63a37 commit 89c83ae

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.awt.*;
6+
7+
/**
8+
* A {@link Parameter} that is a boolean
9+
*/
10+
@IsRequirement
11+
public interface ColorParameter extends Parameter<Color> {
12+
}

0 commit comments

Comments
 (0)