Project: stp

com.ibm.rational.wvcm.stp
Annotation Type StpResource.UnsupportedProperty


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface StpResource.UnsupportedProperty

An annotation used on property getters or setters of a proxy interface to indicate that a property defined in a super interface is not supported by that proxy.


Required Element Summary
 StpException.StpReasonCode value
           
 

Element Detail

value

public abstract StpException.StpReasonCode value
Returns:
The StpReasonCode of the StpException that will be thrown if the annotated method is used.

Generated Fri 14-Oct-2011 03:44 PM

Copyright © IBM 2011. All rights reserved.