Custom Parameters Order

@Target(value = METHOD )
@Retention(value = SOURCE )
annotation class CustomParametersOrder

The CustomParametersOrder annotation is useful to manage the custom parameters order for a better readability of the code and to work with that parameters correctly

Author

N7ghtm4r3 - Tecknobit

Since

1.0.4

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun order(): Array<String>
The order of the custom parameters of the custom EquinoxUser
Link copied to clipboard
abstract fun toString(): String