Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.annotations
Annotation Type RequiresUpdate


@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface RequiresUpdate

Used to denote that if a method is changed the update method of the respective manager must be called.

Example:

group.setDescription("foo");
groupManager.update(group);


Jive Product Page

Copyright © 1999-2007 Jive Software.