eclipse - what's the meaning of green circle with 'a' in front of prompting in this pic? -
when used alt + '/' in eclipse ,i don't understand symbol , char in front of method name . example : ·a add(string e) : boolean - colletion ·d foreach(...) : void ·a or ·d mean?
it indicates abtract ("a") public method (green circle). "d" indicates default method.
you can see eclipse symbols mean here.
Comments
Post a Comment