All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dream.models.CommentNumbers Maven / Gradle / Ivy

The newest version!
package com.dream.models;

import org.springframework.beans.factory.annotation.Value;

public interface CommentNumbers {

	@Value("#{target.likes_no}")
	Integer getLikesNo();
	
	@Value("#{target.dislikes_no}")
	Integer getDislikesNo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy