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

io.spotnext.cms.restriction.RestrictionEvaluationResult Maven / Gradle / Ivy

There is a newer version: 1.0.21-BETA-20190513
Show newest version
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