crosscutting
英 [ˈkrɒskʌtɪŋ]
美
v. 横切;横越,横穿; (电影、电视)倒叙,插叙
crosscut的现在分词
双语例句
- To support metadata-based crosscutting, an AOP system needs to provide a way to consume and supply annotations.
为了支持基于元数据的横切,AOP系统需要提供一种消费和提供注释的方法。 - Further, many crosscutting characteristics will require one or more annotations per method.
而且,许多横切特性需要每个方法有一个或者多个注释。 - Applying a more flexible approach to documentation also has the advantage of crosscutting methodologies.
引用更灵活的文档方法也具有横切方法(crosscuttingmethodologies)的优点。 - In AJDT it has been configured to show crosscutting relationships for the current element.
在AJDT里,该视图被配置成用来显示当前元素的crosscutting关联关系。 - Spring uses the AOP specification and an XML configuration file to externalize crosscutting concerns, thus preserving the purity of your Java objects.
Spring使用AOP规范和一个XML配置文件具体化横切关注点,因而保持了Java代码的纯洁性。 - If you modularize crosscutting concerns, such as logging and transaction management, it becomes possible to add new features to your code without modifying each class individually.
如果对横切关注点(例如日志和事务管理)进行了模块化,那么不用修改每个单独的类,就可以向代码中添加新特性。 - Annotations are an easy way to capture certain crosscutting concerns in the applications.
用注解捕获应用中特定的横切关注点是一种很简单的方式。 - Within the world of crosscutting, there are two types: dynamic crosscutting and static crosscutting.
在横切的世界里,横切有两种类型:动态横切和静态横切。 - Conceptually, such a construct allows you to attach annotations to program elements in a crosscutting manner.
概念上,这种结构可以以横切的方式在程序元素上附加注释。 - In object-oriented programming, for instance, the natural unit of modularity is the class, and a crosscutting concern is a concern that spans multiple classes.
例如,在面向对象的编程中,模块性的天然单位是类,横切关系是一种跨越多个类的关系。