91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 14.95MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-02
  • 語言: Java
  • 標簽: spring??

資源簡介

spring3.0.0官方JAR包,供大家下載~

資源截圖

代碼片段和文件信息

/*
?*?Copyright?2002-2007?the?original?author?or?authors.
?*
?*?Licensed?under?the?Apache?License?Version?2.0?(the?“License“);
?*?you?may?not?use?this?file?except?in?compliance?with?the?License.
?*?You?may?obtain?a?copy?of?the?License?at
?*
?*??????http://www.apache.org/licenses/LICENSE-2.0
?*
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS
?*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
?*?See?the?License?for?the?specific?language?governing?permissions?and
?*?limitations?under?the?License.
?*/

package?org.springframework.aop;

import?org.aopalliance.aop.Advice;

/**?
?*?base?interface?holding?AOP?advice?(action?to?take?at?a?joinpoint)
?*?and?a?filter?determining?the?applicability?of?the?advice?(such?as?
?*?a?pointcut).?This?interface?is?not?for?use?by?Spring?users?but?to
?*?allow?for?commonality?in?support?for?different?types?of?advice.

?*
?*?

Spring?AOP?is?based?around?around?advice?delivered?via?method
?*?interception?compliant?with?the?AOP?Alliance?interception?API.?
?*?The?Advisor?interface?allows?support?for?different?types?of?advice
?*?such?as?before?and?after?advice?which?need?not?be
?*?implemented?using?interception.
?*
?*?@author?Rod?Johnson
?*/
public?interface?Advisor?{

/**
?*?Return?the?advice?part?of?this?aspect.?An?advice?may?be?an
?*?interceptor?a?before?advice?a?throws?advice?etc.
?*?@return?the?advice?that?should?apply?if?the?pointcut?matches
?*?@see?org.aopalliance.intercept.MethodInterceptor
?*?@see?BeforeAdvice
?*?@see?ThrowsAdvice
?*?@see?AfterReturningAdvice
?*/
Advice?getAdvice();

/**
?*?Return?whether?this?advice?is?associated?with?a?particular?instance
?*?(for?example?creating?a?mixin)?or?shared?with?all?instances?of
?*?the?advised?class?obtained?from?the?same?Spring?bean?factory.
?*?

Note?that?this?method?is?not?currently?used?by?the?framework.
?*?Typical?Advisor?implementations?always?return?true.
?*?Use?singleton/prototype?bean?definitions?or?appropriate?programmatic
?*?proxy?creation?to?ensure?that?Advisors?have?the?correct?lifecycle?model.
?*?@return?whether?this?advice?is?associated?with?a?particular?target?instance
?*/
boolean?isPerInstance();

}


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\
?????目錄???????????0??2008-12-05?10:17??spring-framework-3.0.0.M1\dist\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\build-spring-framework\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\build-spring-framework\resources\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\.settings\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\aspectj\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\aspectj\annotation\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\aspectj\autoproxy\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\config\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\framework\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\framework\adapter\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\framework\autoproxy\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\interceptor\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\scope\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\support\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\java\org\springframework\aop\support\annotation\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\resources\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\resources\meta-INF\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\resources\org\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\resources\org\springframework\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\resources\org\springframework\aop\
?????目錄???????????0??2008-12-05?10:18??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\main\resources\org\springframework\aop\config\
?????目錄???????????0??2008-12-05?10:19??spring-framework-3.0.0.M1\projects\org.springframework.aop\src\test\
............此處省略5346個文件信息

評論

共有 條評論