Reputation: 279
I am working on a project where the variables of classes have @Tag annotation above it. What is its function?
It looks like this
@Tag(10)
private GroupNavigationSRO groups;
@Tag(16)
private String redirectedQuery;
@Tag(17)
private GetGuidedSearchResponse guidedSearchResponse ;
I tried searching the internet but couldn't find any relevant answer
Upvotes: 2
Views: 8292