com.bea.control
Annotation Type TaskBaseAnnotations.TaskSetProperty81x


Deprecated.

@Deprecated
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface TaskBaseAnnotations.TaskSetProperty81x

Backward compatibility for 81x use only. Causes the method for this annotation to set the value of the given property onto the task instance(s) for this control. The method attached to this annotation will take arguments that can be combined with annotation values to form the effective runtime property value.

Backward Compatibility Note for 81x

For tasks based on the Compatibility 8.1.x task plan, the name given in name will not be represented in the task plan. This is allowed for compatibility reasons only with this task plan. All properties are assumed to be of type String.


Required Element Summary
 String name
          Deprecated.  
 String value
          Deprecated.  
 

Element Detail

name

public abstract String name
Deprecated. 

value

public abstract String value
Deprecated.