com.sun.xml.bind.annotation
Annotation Type OverrideAnnotationOf


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface OverrideAnnotationOf

Designates an annotation from base class which shall be overriden by annotation placed together with this.

Author:
Martin Grebac

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
"content"


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.