When I ask to Eclipse to create automatically a serialVersionUID, there are just two options, default (1L) or the generated one. I want to put in place something to generate a field like
private static final long serialVersionUID = 2018_07_13_1730L;
so that format is YYYY_MM_YY_HHmm'L'
Is it possible? Maybe via content assist, via a kind of macro or something like this...