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.
value
public abstract StpException.StpReasonCode value
- Returns:
- The StpReasonCode of the StpException that will be thrown if
the annotated method is used.
Copyright © IBM 2014. All rights reserved.