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

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

There is a newer version: 1.0.3
Show newest version
package com.dream.models;

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

public interface DreamNumbers {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy