How can I keep my tasks in a state where they can be reminded?

It is especially important to note that some annotations can be inherited,
    that is: if the parent class has the @Transactional annotation to open a transaction
    , then the subclass that inherits this class also has the @Transactional open transaction,

but more attention should be paid to some annotations It cannot be inherited.

For     example: @Controller
        @Scope("prototype")

These two annotations cannot be inherited.


How to make your tasks in a state that can be reminded? Examples of
using identifiers FIXME TODO XXX, etc .: //FIXME should display the tree structure, first use all department lists instead of //TODO should display tree structure, first use all department lists instead of //XXX should be Display the tree structure, first use the list of all departments instead

   
   
   

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326987247&siteId=291194637