@Retention(value=CLASS) @Target(value=FIELD) public @interface MovieRes
Use on Movie
fields in any enhanced classes that
should be injected with this specific movie resource.
The annotation value must be one of R.movie.* fields. If the value is not set, the field name will be used as the R.movie.* field name.
public abstract int value
public abstract String resName
Copyright © 2010-2015. All Rights Reserved.