@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=AutoRegionLookupConfiguration.class) public @interface EnableAutoRegionLookup
EnableAutoRegionLookup
annotation configures a Spring Configuration
annotated class with the ability to automatically look up and register GemFire Regions
which may have be defined in cache.xml or by using GemFire's Cluster Configuration Service.
This annotation defines the enabled
attribute to allow users to dynamically change the behavior
of auto Region
lookup at application configuration time using either a SpEL
expression or a Spring property placeholder.AutoRegionLookupConfiguration
public abstract String enabled
Region
lookup should be enabled;
Defaults to true.
This attribute accepts either a SpEL or Spring property placeholder expression so that
auto Region
lookup behavior can be determined
at application configuration time.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.