代码搜索:Annotations
找到约 2,284 项符合「Annotations」的源代码
代码结果 2,284
www.eeworm.com/read/246767/4491865
java annotations.java
/***
* ASM examples: examples showing how ASM can be used
* Copyright (c) 2000-2005 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/224989/4800348
java annotations.java
package org.jibx.schema.elements;
import org.jibx.schema.SchemaTestBase;
/**
* Test handling of simple schemas with annotations.
*/
public class Annotations extends SchemaTestBase
{
public st
www.eeworm.com/read/209350/4979313
pro annotations.pro
#
# This ProGuard configuration file specifies how annotations can be used
# to configure the processing of other code.
# Usage:
# java -jar proguard.jar @annotations.pro -libraryjars annotations.
www.eeworm.com/read/189285/5201713
java annotations.java
package com.thoughtworks.xstream.annotations;
import java.lang.reflect.AnnotatedElement;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.ParameterizedTy
www.eeworm.com/read/173359/5373914
annotations readme.annotations
Summary: PDF 1.6 Annotations specs and KPDF support.
Author: Enrico Ros - KPDF project - 2005
** Relations to KPDF:
KDPF tries to support ALL annotations and ALL parameters in PDF specs. If
this ca
www.eeworm.com/read/305277/3778502
check annotations.check
class java.rmi.RemoteException
class java.io.IOException
@java.lang.Deprecated()
@test.SourceAnnotation(mails={scala@lists.epfl.ch,scala-lounge@lists.epfl.ch}, value=http://scala-lang.org)
class Test4
www.eeworm.com/read/305277/3778508
scala annotations.scala
object Test1 {
class Foo {
@remote
def foo: Unit = ()
}
def run {
val method = classOf[Foo].getMethod("foo", Array())
method.getExceptionTypes foreach println
}
}
object Test2
www.eeworm.com/read/305277/3779311
scala annotations.scala
object Test1 {
class Foo {
@remote
def foo: Unit = ()
}
def run {
val method = classOf[Foo].getMethod("foo", Array())
method.getExceptionTypes foreach println
}
}
object Test2
www.eeworm.com/read/286752/4034959
h annotations.h
/*
Copyright (c) 2005-2008 by Jakob Schroeter
This file is part of the gloox library. http://camaya.net/gloox
This software is distributed under a license. The full license
ag
www.eeworm.com/read/286752/4035007
cpp annotations.cpp
/*
Copyright (c) 2005-2008 by Jakob Schroeter
This file is part of the gloox library. http://camaya.net/gloox
This software is distributed under a license. The full license
ag