org.apache.openjpa.lib.util
Annotation Type Reflectable


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Reflectable

Annotates a getter method or field so reflection utility to control whether the annotated member is recorded during scanning for bean-style method or field.

Since:
2.0.0
Author:
Pinaki Poddar

Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.