Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


org.eclipse.persistence.annotations
Annotation Type ReadOnly


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ReadOnly

The ReadOnly annotation is used to specify that a class is read only. It may be defined on an Entity or MappedSuperclass. In the case of inheritance, a ReadOnly annotation can only be defined on the root of the inheritance hierarchy

Author:
Guy Pelletier
Since:
Oracle TopLink 11.1.1.0.0


Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


Copyright © 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.