Example usage for org.springframework.beans BeanMetadataElement interface-usage

List of usage examples for org.springframework.beans BeanMetadataElement interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans BeanMetadataElement interface-usage.

Usage

From source file org.data.support.beans.factory.parsing.DefaultsDefinition.java

/**
 * Marker interface for a defaults definition,
 * extending BeanMetadataElement to inherit source exposure.
 *
 * <p>Concrete implementations are typically based on 'document defaults',
 * for example specified at the root tag level within an XML document.

From source file org.data.support.beans.factory.config.QueryDefinition.java

/**
 * A QueryDefinition describes a query instance, which has property values,
 * constructor argument values, and further information supplied by
 * concrete implementations.
 * 
 * @author chen