We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0627a12 commit 483405cCopy full SHA for 483405c
src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/providers/ProviderType.kt
@@ -4,22 +4,4 @@ package com.mairwunnx.projectessentials.core.api.v1.providers
4
* Enum class of provider types.
5
* @since 2.0.0-SNAPSHOT.1.
6
*/
7
-enum class ProviderType {
8
- /**
9
- * Configuration provider type.
10
- * @since 2.0.0-SNAPSHOT.1.
11
- */
12
- CONFIGURATION,
13
-
14
15
- * Module provider type.
16
17
18
- MODULE,
19
20
21
- * Command provider type.
22
23
24
- COMMAND
25
-}
+enum class ProviderType { Configuration, Module, Command }
0 commit comments