com.vodafone360.people.database.persistenceHelper
Annotation Type Persistable.Table


@Retention(value=RUNTIME)
public static @interface Persistable.Table

Annotation for binding a class to a table.


Required Element Summary
 java.lang.String name
          table name.
 

Element Detail

name

public abstract java.lang.String name
table name.



JavaDoc