gh-pages / com.nextfaze.devfun.category / ContextCategory

ContextCategory

@Target([AnnotationTarget.CLASS]) annotation class ContextCategory (source)

DeveloperCategory annotation used to declare the “Context” category.

By default functions declared within some sort of Android “scope” (Activity/Fragment/View/etc) will have this category.

Constructors

Name Summary
<init> ContextCategory(value: String = CONTEXT_CAT_NAME, group: String = "", order: Int = CONTEXT_CAT_ORDER)
DeveloperCategory annotation used to declare the “Context” category.

Properties

Name Summary
group val group: String
order val order: Int
value val value: String