All Downloads are FREE. Search and download functionalities are using the official Maven repository.

permissions.dispatcher.processor.exception.DuplicatedMethodNameException.kt Maven / Gradle / Ivy

There is a newer version: 4.9.2
Show newest version
package permissions.dispatcher.processor.exception

import permissions.dispatcher.processor.util.simpleString
import javax.lang.model.element.ExecutableElement

class DuplicatedMethodNameException(e: ExecutableElement) : RuntimeException("'${e.simpleString()}()' has duplicated '@NeedsPermission' method. The method annotated with '@NeedsPermission' must has the unique name.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy