org.jmythapi.database.annotation
Annotation Type MythDatabaseVersionAnnotation


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


Optional Element Summary
 DatabaseVersion from
          Gets the MythTV-database version when a parameter was introduced.
 DatabaseVersion to
          Gets the version when a parameter was removed.
 

from

public abstract DatabaseVersion from
Gets the MythTV-database version when a parameter was introduced.

Returns:
the database version when a parameter was introduced.
Default:
org.jmythapi.database.DatabaseVersion.DB_VERSION_1029

to

public abstract DatabaseVersion to
Gets the version when a parameter was removed.

Returns:
the MythTV-database version when a parameter was removed. -1 means that the command is still valid.
Default:
org.jmythapi.database.DatabaseVersion.DB_VERSION_LATEST


Copyright © 2008-2013. All Rights Reserved.