Home
|
Table of Contents
|
Overview Map
|
Icon Legend
Naked Objects
Your contact information
info@company.com
Home
>
2. Recognized Annotations
>
2.2 Member
>
2.2.4 @Hidden
Previous
Next
2.2.4
@Hidden
The
@Hidden
annotation indicates that the member (property, collection or action) to which it is
applied should never be displayed in the UI. For example:
public class Customer {
private int internalId;
@Hidden
public int getInternalId() {
return internalId;
}
@Hidden
public void updateStatus() { ... }
}
Top
Powered By Mindjet MindManager
Last updated:
4/8/2009