Solved

Identify the Correct Statement(s) Regarding the Following Pointcut: Execution(@com

Question 33

Multiple Choice

Identify the correct statement(s) regarding the following pointcut: execution(@com.springsource.MyCustomAnnotation void *(..) )


A) Spring does not support annotations inside its pointcut expression language
B) This will select join points representing void methods that are annotated by @com.springsource.MyCustomAnnotation
C) This will select join points representing methods that may have a public, protected or default visibility
D) This pointcut will in no situation ever be able to select any join points

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions