Skip to content

Commit e8431a0

Browse files
committed
Mark @Notitle as deprecated
1 parent 00a0db5 commit e8431a0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • AndroidAnnotations/androidannotations-api/src/main/java/org/androidannotations/annotations

AndroidAnnotations/androidannotations-api/src/main/java/org/androidannotations/annotations/NoTitle.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@
2222

2323
/**
2424
* Should be used on Activity classes that must have no title.
25-
*
25+
* <p/>
2626
* The activity must be annotated with {@link EActivity}.
27+
* <p/>
28+
* Note: This annotation has been deprecated. Please use
29+
* {@code WindowFeature(Window.FEATURE_NO_TITLE})} instead
2730
*
31+
* @see WindowFeature
2832
*/
33+
@Deprecated
2934
@Retention(RetentionPolicy.CLASS)
3035
@Target(ElementType.TYPE)
3136
public @interface NoTitle {

0 commit comments

Comments
 (0)