cascading.management.annotation
Annotation Type Property


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface Property

Property annotations can be used to send additional information about certain aspects of Cascading classes to the DocumentService. The properties are present at runtime and allow a DocumentService to inspect, process or persist them.

Property annotations can be applied to Taps, Schemes, Flows, Functions and Filters.


Required Element Summary
 String name
           
 Visibility visibility
           
 

Element Detail

name

public abstract String name

visibility

public abstract Visibility visibility


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.