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?

symbol , char  in front of prompting

it indicates abtract ("a") public method (green circle). "d" indicates default method.

you can see eclipse symbols mean here.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -