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 Wed 12-Feb-2014 03:12 AM

Copyright © IBM 2014. All rights reserved.