com.sibvisions.rad.server.annotation
Annotation Type Replacement


@Retention(value=RUNTIME)
@Documented
public @interface Replacement

The Replacement annotation could be used if an object name was requested from the client but the LCO offers the object with a different name. Use this annotation to replace object names.


Required Element Summary
 java.lang.String name
          The expected name of the object.
 

Element Detail

name

public abstract java.lang.String name
The expected name of the object.

Returns:
the name


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.