Back to project page dandy.
The source code is released under:
GNU General Public License
If you think the Android project dandy listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.workhabit.drupal.api.annotations; // w ww .java 2 s . c o m import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * Copyright 2009 - WorkHabit, Inc. - acs * Date: Oct 28, 2010, 1:09:11 PM */ @Retention(RetentionPolicy.RUNTIME) public @interface IdFieldName { String value(); }