Official Spring Abbreviations -


may know if there official abbreviations spring commonly use terms/annotation?

for example

@component  - examplecomp @service    - examplesvc @respository - exampleres 

i work anal organization requires justification kinds of abbreviations.

an abbreviation (from latin brevis, meaning short) shortened form of word or phrase. usually, not always, consists of letter or group of letters taken word or phrase. example, word abbreviation can represented abbreviation abbr., abbrv. or abbrev.

these not abbreviations , annotations (you can understand them identifiers) identify pieces can scanned , registered @ time of context creation.

moreover, can used interchangeably, general convention use the

@repository domain level objects, @service service layer classes in ideal mvc implementation , @component in general can used component want bean context aware of.

if can more specific want ask, might more clear answer.

edit:

if want see examples of how these annotations can used in classic spring mvc web application, sure need see article annotation based spring mvc


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -