org.rapidoid.util.CommonWords Maven / Gradle / Ivy
The newest version!
package org.rapidoid.util;
import org.rapidoid.annotation.Authors;
import org.rapidoid.annotation.Since;
/*
* #%L
* rapidoid-utils
* %%
* Copyright (C) 2014 - 2015 Nikolche Mihajlovski and contributors
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
@Authors("Nikolche Mihajlovski")
@Since("2.2.0")
public interface CommonWords {
/* SHARE */
String SHARE = "SHARE";
String UNSHARE = "UNSHARE";
String SHARED_WITH = "SHARED_WITH";
/* LIKE */
String LIKE = "LIKE";
String UNLIKE = "UNLIKE";
String LIKED_BY = "LIKED_BY";
/* FAVORITE */
String FAVORITE = "FAVORITE";
String UNFAVORITE = "UNFAVORITE";
String FAVORITE_OF = "FAVORITE_OF";
/* FOLLOW */
String FOLLOW = "FOLLOW";
String UNFOLLOW = "UNFOLLOW";
String FOLLOWED_BY = "FOLLOWED_BY";
/* BLOCK */
String BLOCK = "BLOCK";
String UNBLOCK = "UNBLOCK";
String BLOCKED_BY = "BLOCKED_BY";
/* REPORT */
String REPORT = "REPORT";
String UNREPORT = "UNREPORT";
String REPORT_BY = "REPORT_BY";
/* COMMENT */
String COMMENT = "COMMENT";
String COMMENTS = "COMMENTS";
/* RATE */
String RATE = "RATE";
String RATING = "RATING";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy