io.spotnext.cms.restriction.RestrictionEvaluationResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spot-cms-base Show documentation
Show all versions of spot-cms-base Show documentation
The spOt microservice framework.
package io.spotnext.cms.restriction;
/**
* RestrictionEvaluationResult class.
*/
public class RestrictionEvaluationResult {
/**
* isAllowed.
*
* @return a boolean.
*/
public boolean isAllowed() {
// TODO Auto-generated method stub
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy