代码搜索:Annotation

找到约 6,069 项符合「Annotation」的源代码

代码结果 6,069
www.eeworm.com/read/373369/9460180

java dbtable.java

//: annotations/database/DBTable.java package annotations.database; import java.lang.annotation.*; @Target(ElementType.TYPE) // Applies to classes only @Retention(RetentionPolicy.RUNTIME) publi
www.eeworm.com/read/373369/9460188

java sqlinteger.java

//: annotations/database/SQLInteger.java package annotations.database; import java.lang.annotation.*; @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface SQLInteger
www.eeworm.com/read/373369/9460190

java usecase.java

//: annotations/UseCase.java import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface UseCase { public int id(); public String descr
www.eeworm.com/read/373369/9460194

java simulatingnull.java

//: annotations/SimulatingNull.java import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface SimulatingNull { public int id() default -
www.eeworm.com/read/373369/9460204

java multiplier.java

//: annotations/Multiplier.java // APT-based annotation processing. package annotations; @ExtractInterface("IMultiplier") public class Multiplier { public int multiply(int x, int y) { in
www.eeworm.com/read/373369/9460791

java test.java

//: net/mindview/atunit/Test.java // The @Test tag. package net.mindview.atunit; import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interfac
www.eeworm.com/read/373369/9460795

java testobjectcreate.java

//: net/mindview/atunit/TestObjectCreate.java // The @Unit @TestObjectCreate tag. package net.mindview.atunit; import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPol
www.eeworm.com/read/373369/9460798

java testobjectcleanup.java

//: net/mindview/atunit/TestObjectCleanup.java // The @Unit @TestObjectCleanup tag. package net.mindview.atunit; import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionP
www.eeworm.com/read/373369/9460804

java testproperty.java

//: net/mindview/atunit/TestProperty.java // The @Unit @TestProperty tag. package net.mindview.atunit; import java.lang.annotation.*; // Both fields and methods may be tagged as properties: @Ta
www.eeworm.com/read/371703/9541025

m info2label.m

function label=info2label(info) % Create label for axis annotation from two-element or three-element % cell array such as those found in structures for seismic data, well logs, % p.d.f.s, etc. on