Next up in Listing 2 is the @IdClass annotation, which defines the composite key class reference.
清单2中的下一个注释是 @IdClass,它定义组合键类引用。
SCA deployment logic and the binding implementation will introspect the reference interface class to determine whether it is local or remote.
SCA部署逻辑和绑定实现将对引用接口类进行自检,以确定是本地接口还是远程接口。
If you try to print or view a class file as text, you'll generally see many strings of this type, each a reference to some class.
如果您尝试将一个类文件作为文本输出或查看,那么通常会看到上述形式的多个字符串,每个字符串都是对某个类的引用。
In the change that follows, it stores a reference to the view part instance in a class variable.
在随后进行更改时,将视图部件实例的引用存储到一个类变量中。
AOT code must therefore be generated with every static, field, class, and method reference unresolved.
AOT代码因此必须在没有解析每个静态、字段、类和方法引用的情况下生成。
Finally, add a reference to the class library assembly from within any VSTO project and voila.
最后,在其他VS TO项目添加对这个类库项目(或者生成的程序集)的引用。
Each class loader also keeps a reference to a parent class loader, defining a tree of class loaders with the bootstrap loader at the root.
每个类装入器还保留对父类装入器的引用,这样就定义了类装入器树,树根为引导程序装入器。
If it is not a static class, you first need to declare the name of the field that will hold the reference to the parent class of the nested class before you get to the preview box.
如果它不是一个静态类,那么需要首先声明保存有对此嵌套类的父类的引用的那个字段的名称,之后才能看到这个预览框。
Metadata provides a helpful way to indicate if methods are dependent on other methods, if they are incomplete, if a certain class must reference another class, and so on.
元数据提供了一种有用的方法来指明方法是否取决于其他方法,它们是否完整,特定类是否必须引用其他类,等等。
Afferent coupling represents the count of how many other classes reference the current class, via either fields or parameters.
而传入耦合则表示其他类通过字段或参数引用当前类的次数。
Other features include class invariants, non-nullable reference types, and enhanced static analysis capabilities.
其他的特性还包括类不变量、非空引用类型和加强的静态分析功能。
Having created this class, build the UI ZUL file, and then reference the associated controller.
创建这个类之后,构建UIZUL文件,然后引用相关联的控制器。
As with explicit class loading, if the class is already loaded, then a reference is simply returned; otherwise, the loader goes through the delegation model to load the class.
与显式类装入一样,如果类已经装入了,那么只是返回一个引用;否则,装入器会通过委托模型装入类。
By simply copying the array reference instead of cloning it, both the message and the class that produces it hold a reference to the master copy of the previous bids array.
通过简单地复制而不是克隆数组引用,消息和产生消息的类都保存了前一投标数组的主副本的一个引用。
Implicit class loading occurs when a class is loaded as result of a reference, instantiation, or inheritance (not via an explicit method call).
隐式类装入发生在由于引用、实例化或继承导致装入类的时候(不是通过显式方法调用)。
The module-specific class loader for module 1 finds a reference to another module (the common objects library) and loads that module.
模块1的特定于模块的类加载器找到对另一个模块(公共对象库)的引用并加载那个模块。
If the class is already loaded, then a reference is simply returned; otherwise, the loader goes through the delegation model to load the class.
如果类已经装入,那么只是返回一个引用;否则,装入器会通过委托模型装入类。
The single instance of mentioned class holds the reference for drop-down values of that class.
上述类的单独一个实例具有相应类的下拉列表值的引用。
Following the constant pool are several items that reference constant pool entries for the class itself, its super class, and interfaces.
常量池后面还有几项,它们引用了类本身、其超类以及接口的常量池项。
At some point, class B is created, and class a adds a reference to this newly created class.
在某个时候,类b被创建,类A添加对这个新创建的类的一个引用。
This feature is richer than function Pointers because it allows the inner class instance to retain a reference to the environment in which it was created.
该特性比函数指针更强大,因为它允许内部类实例保持对创建它的环境的引用。
OK, so you can't copy a reference to a type whose class is totally unknown at compile time.
因此,不能复制在编译时根本不知道是什么类的类型引用。
Notice that the Class-Path attribute contains a relative reference to the JAR files that the application depends on.
注意Class - Path属性包含一个与应用程序所依赖的JAR文件相关的引用。
One item in this code snippet that should raise some eyebrows is the reference to the ServiceLocatorManager class.
代码片断中有一项应该增加一些内容,这是对servicelocatormanager类的引用。
Spring comes with a variable resolver implementation class that lets you reference Spring managed beans in JSF expressions.
Spring附带了一个变量解析器实现类,允许您在JSF表达式中引用 Spring托管Bean。
Your filter class will be passed a reference to a FilterChain object to allow the filter to pass control to the next resource in the chain.
该过滤器类的一个引用将传递给FilterChain对象,以允许过滤器把控制权传递给链中的下一个资源。
This is often a class object which holds a static reference; for example, the MyClass object in the memory leak example in Listing 1.
这通常是一个保留静态引用的类对象;例如,清单1的内存泄漏示例中的MyClass对象。
Of course, we could once again extend this class in the other project but then we should also modify reference to this class in web.xml file, as seen in listing 5.
当然,我们可以在其他项目中再一次继承该类,但接着还要修改web . xml中对该类的引用,如清单5所示。
Importantly, the SerializationClass class has a reference to its defining class loader, and so it cannot be completely dereferenced either.
重要的是,serializationclass类有一个到其定义类装入器的引用,所以它也不可能完整地取消引用。
PHP V5.3 has added the keyword static to allow you to make a reference against the current class.
PHPV5.3添加了关键字static以允许针对当前类进行引用。
应用推荐