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 Interfaces
    Class
    Description
    The marker annotation Decrypted marks a field that it was decrypted as the name let assume.
    The marker annotation Encrypted marks a field that it is encrypted as the name let assume.
    The interface Obfuscated marks a field that it is obfuscated as the name let assume.