Skip to main content
deleted 105 characters in body
Source Link
user6451425
user6451425

I am not sure if it was possible before java 8 but with java 8, you can follow the following link and achieve what you want to do.

The goalsummary of this is given as follows;

The primary goal isProvide a mechanism to improveeasily and reliably retrieve the readability of code which currently uses logically redundant annotations to record parameter names. A secondary goal is to improve IDE capabilities by making parameter names more widely availableof methods and constructors at runtime via core reflection.

I am not sure if it was possible before java 8 but with java 8, you can follow the following link and achieve what you want to do.

The goal of this is given as follows;

The primary goal is to improve the readability of code which currently uses logically redundant annotations to record parameter names. A secondary goal is to improve IDE capabilities by making parameter names more widely available.

I am not sure if it was possible before java 8 but with java 8, you can follow the following link and achieve what you want to do.

The summary of this is given as follows;

Provide a mechanism to easily and reliably retrieve the parameter names of methods and constructors at runtime via core reflection.

Source Link
user6451425
user6451425

I am not sure if it was possible before java 8 but with java 8, you can follow the following link and achieve what you want to do.

The goal of this is given as follows;

The primary goal is to improve the readability of code which currently uses logically redundant annotations to record parameter names. A secondary goal is to improve IDE capabilities by making parameter names more widely available.