org.codehaus.xfire.aegis.type.java5
Annotation Type IgnoreProperty


Deprecated. use org.apache.cxf.aegis.type.java5.IgnoreProperty

@Deprecated
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface IgnoreProperty

Provided only for backward compatability with XFire clients. IgnoreProperty Annotation allows us to Ignore JavaBean Properties when using AEGIS POJO Binding with Java 5 Annotations

Author:
Adam J Chesney



Apache CXF