Module crypt.api
Package io.github.astrapi69.crypt.api.annotation
package io.github.astrapi69.crypt.api.annotation
This package provides annotations for mark a class or interface that it is obfuscated, encrypted
or decrypted
-
Annotation InterfacesClassDescriptionThe marker annotation
Decrypted
marks a field that it was decrypted as the name let assume.The marker annotationEncrypted
marks a field that it is encrypted as the name let assume.The interfaceObfuscated
marks a field that it is obfuscated as the name let assume.