@common:control Annotation

The @common:control annotation indicates that the object annotated by this annotation is a WebLogic Workshop control in a JCX file.

Syntax

@common:control 

Attributes

None.

Remarks

The following rules apply to this annotation's use:

If the @common:control annotation is not present on a control instance declaration, the control will not function properly; attempts to invoke the control's methods will result in Null Pointer Exceptions (NPEs).

Related Topics

Using Integration Controls