Skip to content

Implement validation anotation for params count #1

@jarc0der

Description

@jarc0der

Idea is to create annotation for a method that receives List of String and validate the size of the list.

example

@CheckParams(size = 2)
public void setParams(List params){
//it could helps to avoid dublicate of checking params size.
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions