2010-01-12から1日間の記事一覧

Android 2.1 Release 1

Nexus oneの中身キターAndroid 2.1 Release 1

may be bug

アノテーション内部に int[] 型の属性を持つ場合。 @Documented @Inherited @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) public @interface AbortAnotation { int[] Ids() default {}; } アノテーションにint[]の属性を持つだけで、…