We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a0db5 commit e8431a0Copy full SHA for e8431a0
1 file changed
AndroidAnnotations/androidannotations-api/src/main/java/org/androidannotations/annotations/NoTitle.java
@@ -22,10 +22,15 @@
22
23
/**
24
* Should be used on Activity classes that must have no title.
25
- *
+ * <p/>
26
* The activity must be annotated with {@link EActivity}.
27
28
+ * Note: This annotation has been deprecated. Please use
29
+ * {@code WindowFeature(Window.FEATURE_NO_TITLE})} instead
30
*
31
+ * @see WindowFeature
32
*/
33
+@Deprecated
34
@Retention(RetentionPolicy.CLASS)
35
@Target(ElementType.TYPE)
36
public @interface NoTitle {
0 commit comments