@Retention(value=CLASS) @Target(value={FIELD,METHOD,PARAMETER}) public @interface HtmlRes
Use on CharSequence or Spanned fields
or methods with applicable parameters in any enhanced classes that should be
injected with this specific string resource as HTML.
The annotation value must be one of R.string.* fields. If the value is not set, the field or method name will be used as the R.string.* field name.
public abstract int value
public abstract String resName
Copyright © 2010–2018 simpligility technologies inc.. All rights reserved.