官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "We can include other contexts through the use of the include directive."

A block of code will be set as follows:

package org.springaop.target;
public class ExceptionTarget {
public void errorMethod() throws Exception {
throw new Exception("Fake exception");
}
public void otherErrorMethod() throws IllegalArgumentException {
throw new NullPointerException("Other Fake exception");
}
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

package java.lang.reflect;
public interface InvocationHandler {
public Object invoke(Object proxy, Method method, Object[] args)
throws Throwable;
}

Any command-line input and output is written as follows:

java -javaagent:<path_on_your_machine>/spring-framework-X.X/lib/aspectj/aspectjweaver.jar

<package>.<yourclass>.Main

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 常山县| 鲁甸县| 嘉荫县| 肃宁县| 棋牌| 石嘴山市| 鸡泽县| 潜山县| 顺义区| 彭州市| 娄烦县| 天等县| 丰镇市| 荆门市| 庄浪县| 女性| 长汀县| 雷山县| 二手房| 浑源县| 武汉市| 呼伦贝尔市| 荣成市| 筠连县| 兴文县| 广东省| 上杭县| 友谊县| 鹿邑县| 福鼎市| 湾仔区| 龙岩市| 古浪县| 桑植县| 广平县| 胶州市| 阿鲁科尔沁旗| 乌兰察布市| 固原市| 南漳县| 嘉鱼县|