Example usage for org.springframework.context.annotation Condition interface-usage

List of usage examples for org.springframework.context.annotation Condition interface-usage

Introduction

In this page you can find the example usage for org.springframework.context.annotation Condition interface-usage.

Usage

From source file com.github.mrstampy.gameboot.util.resource.AbstractFallbackResourceCondition.java

/**
 * The Class AbstractFallbackResourceCondition allows a {@link Condition} to be
 * written where a fallback {@link Resource} can be overridden by any of the
 * supplied overrides should they exist.
 */
public abstract class AbstractFallbackResourceCondition implements Condition {