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

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

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

import com.squareup.javapoet.TypeName
import javax.lang.model.type.TypeMirror

class WrongClassException(type: TypeMirror) : RuntimeException("Class '${TypeName.get(type)}' can't be annotated with '@RuntimePermissions'")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy