mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-23 12:35:07 +00:00
9 lines
171 B
Java
9 lines
171 B
Java
package com.commafeed;
|
|
|
|
import lombok.experimental.UtilityClass;
|
|
|
|
@UtilityClass
|
|
public class CommaFeedConstants {
|
|
public static final String USERNAME_DEMO = "demo";
|
|
}
|