Skip to content

An annotation to mask sensitive information during logging

Notifications You must be signed in to change notification settings

hbagchi/sensitive-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

@Sensitive Annotation

A Java Annotation to mask sensitive information during logging model classes, e.g. credit cards, national IDs and other financial or PII information.

@Sensitive is a field level annotation to be applied to fields whose value we want to mask during logging.

For @Sensitive to work, model classes have to extend com.home.model.BaseModel

About

An annotation to mask sensitive information during logging

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages