Module crypt.api
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 Types Summary Annotation Type Description Decrypted The marker annotationDecrypted
marks a field that it was decrypted as the name let assume.Encrypted The marker annotationEncrypted
marks a field that it is encrypted as the name let assume.Obfuscated The interfaceObfuscated
marks a field that it is obfuscated as the name let assume.